projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
dc14c8f
)
[cosmetic] indent soft-float options
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 29 Jan 2009 20:19:00 +0000
(20:19 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 29 Jan 2009 20:19:00 +0000
(20:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14270
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index
8e31a27
..
5816abb
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)
This page took
0.029298 seconds
and
4
git commands to generate.