From 959f06aa0b770e1791075ac8d203e4e899fc585d Mon Sep 17 00:00:00 2001 From: Kinjal Pravinbhai Patel Date: Thu, 6 Aug 2015 17:11:17 +0530 Subject: [PATCH] bsp: a53: change in 32bit bsp makefile This patch removes floating point flags from 32bit bsp makefile as floating point unit is disabled in bsp for now Signed-off-by: Kinjal Pravinbhai Patel Acked-by: Anirudha Sarangi --- lib/bsp/standalone/src/cortexa53/32bit/gcc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/bsp/standalone/src/cortexa53/32bit/gcc/Makefile b/lib/bsp/standalone/src/cortexa53/32bit/gcc/Makefile index 1122f827..2c51f1d5 100644 --- a/lib/bsp/standalone/src/cortexa53/32bit/gcc/Makefile +++ b/lib/bsp/standalone/src/cortexa53/32bit/gcc/Makefile @@ -43,9 +43,7 @@ CC_FLAGS = $(subst -pg, -DPROFILING, $(COMPILER_FLAGS)) ECC_FLAGS = $(subst -pg, -DPROFILING, $(EXTRA_COMPILER_FLAGS)) ECC_FLAGS += -nostartfiles\ - -march=armv7-a \ - -mfloat-abi=soft \ - -mfpu=neon + -march=armv7-a RELEASEDIR=../../../lib INCLUDEDIR=../../../include