Browse code

Add -mllvm -stack-alignment=16 to CFLAGS when using clang

Originally committed as revision 25027 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2010/09/03 04:40:18
Showing 1 changed files
... ...
@@ -2877,6 +2877,7 @@ elif enabled gcc; then
2877 2877
     check_cflags -Werror=implicit-function-declaration
2878 2878
     check_cflags -Werror=missing-prototypes
2879 2879
 elif enabled clang; then
2880
+    check_cflags -mllvm -stack-alignment=16
2880 2881
     check_cflags -Qunused-arguments
2881 2882
 elif enabled armcc; then
2882 2883
     # 2523: use of inline assembler is deprecated