From 5c8ef670e7e7e12f0e66589b75661b2aaffb8df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Thu, 2 Sep 2010 19:40:18 +0000 Subject: [PATCH] Add -mllvm -stack-alignment=16 to CFLAGS when using clang Originally committed as revision 25027 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index b7bcb4863f..f63bbbc17f 100755 --- a/configure +++ b/configure @@ -2877,6 +2877,7 @@ elif enabled gcc; then check_cflags -Werror=implicit-function-declaration check_cflags -Werror=missing-prototypes elif enabled clang; then + check_cflags -mllvm -stack-alignment=16 check_cflags -Qunused-arguments elif enabled armcc; then # 2523: use of inline assembler is deprecated