aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2014-02-21 17:05:43 +0530
committerTushar Behera <tushar.behera@linaro.org>2014-02-21 17:05:43 +0530
commit9e4d27cfc24949eca74bdaedfa7cd9b3ea11e483 (patch)
treecb3c7eeebcf6e46996e108ed3b84488ba2a4fc57
parent0cc80dee4203027f3f1ce0a45b8940fc5757f322 (diff)
Revert "armv7: Fix error with hard-float compiler"samsung-lt-android-arndale_octa-2014.03tracking-android-arndale_octa
This reverts commit 6415bf60c44b2f726d066d627e34c9ac7290d46f. Android is using arm-linux-androideabi- toolchain, hence don't set the hardfloat option. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--arch/arm/cpu/armv7/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/config.mk b/arch/arm/cpu/armv7/config.mk
index 3eb6d67b5..560c084dc 100644
--- a/arch/arm/cpu/armv7/config.mk
+++ b/arch/arm/cpu/armv7/config.mk
@@ -20,7 +20,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
-PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -mfloat-abi=hard -mfpu=vfpv3
+PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float
# If armv7-a is not supported by GCC fall-back to armv5, which is
# supported by more tool-chains