[x264-devel] configure: Drop workaround for obsolete gcc 4.2 on ARM

Diego Biurrun git at videolan.org
Sun Jul 20 11:58:29 CEST 2014


x264 | branch: master | Diego Biurrun <diego at biurrun.de> | Wed May  7 12:47:37 2014 +0200| [2bd932fdf053faace84028a66d8ba9e17d526456] | committer: Fiona Glaser

configure: Drop workaround for obsolete gcc 4.2 on ARM

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=2bd932fdf053faace84028a66d8ba9e17d526456
---

 configure |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/configure b/configure
index a4f4e9f..f3c0f23 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



More information about the x264-devel mailing list