mirror of
https://github.com/libffi/libffi.git
synced 2026-01-26 10:07:53 +00:00
Don't -malign-double for x86-32
This commit is contained in:
parent
41d0851fc5
commit
7b1dd8ce10
@ -153,7 +153,9 @@ if test "x$ac_test_CFLAGS" = "x"; then
|
||||
CFLAGS="$CFLAGS -O3 -fomit-frame-pointer"
|
||||
|
||||
# -malign-double for x86 systems
|
||||
AX_CHECK_COMPILE_FLAG(-malign-double, CFLAGS="$CFLAGS -malign-double")
|
||||
# LIBFFI_LOCAL: don't do this.
|
||||
# The testsuite doesn't use these flags and we'll get test failures.
|
||||
# AX_CHECK_COMPILE_FLAG(-malign-double, CFLAGS="$CFLAGS -malign-double")
|
||||
|
||||
# -fstrict-aliasing for gcc-2.95+
|
||||
AX_CHECK_COMPILE_FLAG(-fstrict-aliasing,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user