diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-10-06 18:44:29 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-10-06 18:44:29 +0200 |
commit | d2af93ac160872124b4066a77415eb06007c7326 (patch) | |
tree | e9f0afd941b440948ad38a0a5187ea555e1a7698 /configure | |
parent | 09191516511840edb0356b0f13fc149f78f8a09e (diff) | |
download | ffmpeg-d2af93ac160872124b4066a77415eb06007c7326.tar.gz |
configure: Also try -mstack-alignment for clang,
Fixes stack alignment on x86_32 FreeBSD.
Fixes ticket #5231.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6202,6 +6202,7 @@ elif enabled llvm_gcc; then check_cflags -mllvm -stack-alignment=16 elif enabled clang; then check_cflags -mllvm -stack-alignment=16 + check_cflags -mstack-alignment=16 check_cflags -Qunused-arguments check_cflags -Werror=implicit-function-declaration check_cflags -Werror=missing-prototypes |