From 468f10f9059b89dd29ddb166d823faac31a7633a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 23 Jun 2011 14:56:45 +0300 Subject: [PATCH] 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"). --- extras/contrib/bootstrap | 2 -- 1 file changed, 2 deletions(-) diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap index 337036b7e9..918eb99023 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*)