summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2013-11-29 10:25:43 +0000
committerImre Kaloz <kaloz@openwrt.org>2013-11-29 10:25:43 +0000
commit5de876bc78b7b47db6dd369067e87c254fd467e7 (patch)
tree47328bf4840746fcda06a8adbf1a8c21c05a9f02 /include
parentad2cd7878c472af43d245b27e1f059897b005517 (diff)
downloadmtk-20170518-5de876bc78b7b47db6dd369067e87c254fd467e7.zip
mtk-20170518-5de876bc78b7b47db6dd369067e87c254fd467e7.tar.gz
mtk-20170518-5de876bc78b7b47db6dd369067e87c254fd467e7.tar.bz2
there's no such thing as a soft fpu, this target should be fine without these
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38940
Diffstat (limited to 'include')
-rw-r--r--include/target.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk
index acb9adf..7ca556e 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -233,7 +233,6 @@ ifeq ($(DUMP),1)
CPU_CFLAGS_xscale = -march=armv5te -mtune=xscale
CPU_CFLAGS_vfp = -mfpu=vfp -mfloat-abi=softfp
CPU_CFLAGS_vfpv3 = -mfpu=vfpv3-d16 -mfloat-abi=softfp
- CPU_CFLAGS_soft = -mfloat-abi=softfp
endif
ifeq ($(ARCH),powerpc)
CPU_CFLAGS_603e:=-mcpu=603e