aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-01-29 20:19:00 +0000
committerNicolas Thill <nico@openwrt.org>2009-01-29 20:19:00 +0000
commiteb8dcd51d1c4f58844a1ca60005af68cf6e6f197 (patch)
treec62d09689d817ba86419eae4adfdcc408c90133d
parent044375f28ef2b77b6409a95d3604ea0393942c34 (diff)
downloadupstream-eb8dcd51d1c4f58844a1ca60005af68cf6e6f197.tar.gz
upstream-eb8dcd51d1c4f58844a1ca60005af68cf6e6f197.tar.bz2
upstream-eb8dcd51d1c4f58844a1ca60005af68cf6e6f197.zip
[cosmetic] indent soft-float options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14270 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--rules.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules.mk b/rules.mk
index 8e31a27b6c..5816abbbc4 100644
--- 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)