projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1be5092
)
indent soft-float options
author
Nicolas Thill
<nico@openwrt.org>
Thu, 29 Jan 2009 20:19:00 +0000
(20:19 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 29 Jan 2009 20:19:00 +0000
(20:19 +0000)
SVN-Revision: 14270
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index 8e31a27b6cf1b96c5c5f3425f2bf540ab1a450ff..5816abbbc4a2c26c3afb2fb2b15cc7e925bc7e93 100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-81,10
+81,10
@@
ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
endif
ifeq ($(CONFIG_SOFT_FLOAT),y)
-SOFT_FLOAT_CONFIG_OPTION:=--with-float=soft
-
TARGET_CFLAGS+=
-msoft-float
+
SOFT_FLOAT_CONFIG_OPTION:=--with-float=soft
+
TARGET_CFLAGS+=
-msoft-float
else
-SOFT_FLOAT_CONFIG_OPTION:=
+
SOFT_FLOAT_CONFIG_OPTION:=
endif
export PATH:=$(TARGET_PATH)