aboutsummaryrefslogtreecommitdiffstats
path: root/include/target.mk
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
commit718df1105c14d159665d87670f552fcf51c122ea (patch)
tree520de1a06b2503cb217f4dc12624279a42ed60f0 /include/target.mk
parent5a057bfeca72baacaabcd60730287687b44fcd60 (diff)
downloadmaster-187ad058-718df1105c14d159665d87670f552fcf51c122ea.tar.gz
master-187ad058-718df1105c14d159665d87670f552fcf51c122ea.tar.bz2
master-187ad058-718df1105c14d159665d87670f552fcf51c122ea.zip
there's no such thing as a soft fpu, this target should be fine without these
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38940 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/target.mk')
-rw-r--r--include/target.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk
index acb9adf584..7ca556e555 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