mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:32:49 +02:00
[cosmetic] indent soft-float options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14270 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dc14c8ff2a
commit
6017696061
6
rules.mk
6
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)
|
||||
|
Loading…
Reference in New Issue
Block a user