summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2011-02-15 15:19:49 -0500
committerAnthony Green <green@moxielogic.com>2011-02-15 15:19:49 -0500
commit8cf8878425e9971866fa6b27a3e4914729ad3960 (patch)
treedd64ef5f140c35c1774c7a90f0ea4cd71c7a4750 /m4
parent24b72070c0937f9000744c77a636f07e04786b6a (diff)
downloadlibffi-8cf8878425e9971866fa6b27a3e4914729ad3960.tar.gz
Fix ax_cc_maxopt.m4
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_cc_maxopt.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/m4/ax_cc_maxopt.m4 b/m4/ax_cc_maxopt.m4
index a62cafd..2957da7 100644
--- a/m4/ax_cc_maxopt.m4
+++ b/m4/ax_cc_maxopt.m4
@@ -140,14 +140,10 @@ if test "$ac_test_CFLAGS" != "set"; then
# default optimization flags for gcc on all systems
CFLAGS="-O3 -fomit-frame-pointer"
- # -malign-double for x86 systems
- AX_CHECK_COMPILER_FLAGS(-malign-double, CFLAGS="$CFLAGS -malign-double")
-
# -fstrict-aliasing for gcc-2.95+
AX_CHECK_COMPILER_FLAGS(-fstrict-aliasing,
CFLAGS="$CFLAGS -fstrict-aliasing")
- # note that we enable "unsafe" fp optimization with other compilers, too
AX_CHECK_COMPILER_FLAGS(-ffast-math, CFLAGS="$CFLAGS -ffast-math")
AX_GCC_ARCHFLAG($acx_maxopt_portable)