summaryrefslogtreecommitdiff
blob: 179697a8f5ceb980d459bfb81b5989a4eb5d2072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
http://bugs.gentoo.org/400617

do not force any particular ABI or FPU or SIMD compiler flags for arm
targets.  let the toolchain and user CFLAGS control that.

--- a/configure.in
+++ b/configure.in
@@ -571,7 +571,7 @@
     LIBS="$LIBS -framework DiskArbitration"
     LIBS="$LIBS -framework ApplicationServices"
   fi
-elif test "$use_arch" = "arm"; then
+elif false; then
   CFLAGS="$CFLAGS -mfloat-abi=softfp -mno-apcs-stack-check"
   CXXFLAGS="$CXXFLAGS -mfloat-abi=softfp -mno-apcs-stack-check"
   FFMPEG_EXTRACFLAGS="-mfloat-abi=softfp"