[vlc-commits] contrib: do not force the software float ABI on ARM

Rémi Denis-Courmont git at videolan.org
Thu Jun 23 18:23:58 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jun 23 14:56:45 2011 +0300| [468f10f9059b89dd29ddb166d823faac31a7633a] | committer: Rémi Denis-Courmont

contrib: do not force the software float ABI on ARM

The toolchain defaults should be correct for the target. This fixes
builds on systems using the VFP registers ("hard-float").

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=468f10f9059b89dd29ddb166d823faac31a7633a
---

 extras/contrib/bootstrap |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 337036b..918eb99 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -263,8 +263,6 @@ case $TARGET in
             EXTRA_CFLAGS=" -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a"
             EXTRA_CFLAGS="$EXTRA_CFLAGS -mfpu=neon -mfloat-abi=softfp"
             EXTRA_CFLAGS="$EXTRA_CFLAGS -O3 -fno-tree-vectorize"
-        else
-            EXTRA_CFLAGS="-msoft-float"
         fi
     ;;
     *86_64*linux*)



More information about the vlc-commits mailing list