[x264-devel] [PATCH 2/3] configure: Drop workaround for obsolete gcc 4.2 on ARM
Diego Biurrun
diego at biurrun.de
Wed May 7 17:01:54 CEST 2014
---
Do with it what you will, I'm sending whatever I have lying around ..
configure | 4 ----
1 file changed, 4 deletions(-)
diff --git a/configure b/configure
index 8ea870f..4d3689c 100755
--- a/configure
+++ b/configure
@@ -997,10 +997,6 @@ fi
if [ "$debug" = "yes" ]; then
CFLAGS="-O1 -g $CFLAGS"
-elif [ $ARCH = ARM ]; then
- # arm-gcc-4.2 produces incorrect output with -ffast-math
- # and it doesn't save any speed anyway on 4.4, so disable it
- CFLAGS="-O3 -fno-fast-math $CFLAGS"
else
CFLAGS="-O3 -ffast-math $CFLAGS"
fi
--
1.8.3.2
More information about the x264-devel
mailing list