projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f198091
)
fix logic error on fpu cflags selection
author
Imre Kaloz
<kaloz@openwrt.org>
Sun, 9 Feb 2014 13:46:16 +0000
(13:46 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Sun, 9 Feb 2014 13:46:16 +0000
(13:46 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39547
include/target.mk
patch
|
blob
|
history
diff --git
a/include/target.mk
b/include/target.mk
index 51c1a59dca9f7191590b6250f450dedf22825b5c..20347e9b019f3bcb3910ee6d28acad67897791ea 100644
(file)
--- a/
include/target.mk
+++ b/
include/target.mk
@@
-231,7
+231,7
@@
ifeq ($(DUMP),1)
CPU_CFLAGS_fa526 = -march=armv4 -mtune=fa526
CPU_CFLAGS_mpcore = -march=armv6k -mtune=mpcore
CPU_CFLAGS_xscale = -march=armv5te -mtune=xscale
- if
n
eq ($(CONFIG_SOFT_FLOAT),)
+ ifeq ($(CONFIG_SOFT_FLOAT),)
CPU_CFLAGS_vfp = -mfpu=vfp
CPU_CFLAGS_vfpv3 = -mfpu=vfpv3-d16
endif