mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:18:07 +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
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_SOFT_FLOAT),y)
|
ifeq ($(CONFIG_SOFT_FLOAT),y)
|
||||||
SOFT_FLOAT_CONFIG_OPTION:=--with-float=soft
|
SOFT_FLOAT_CONFIG_OPTION:=--with-float=soft
|
||||||
TARGET_CFLAGS+=-msoft-float
|
TARGET_CFLAGS+= -msoft-float
|
||||||
else
|
else
|
||||||
SOFT_FLOAT_CONFIG_OPTION:=
|
SOFT_FLOAT_CONFIG_OPTION:=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
export PATH:=$(TARGET_PATH)
|
export PATH:=$(TARGET_PATH)
|
||||||
|
Loading…
Reference in New Issue
Block a user