mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
044375f28e
commit
eb8dcd51d1
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…
x
Reference in New Issue
Block a user