indent soft-float options
SVN-Revision: 14270
This commit is contained in:
parent
1be5092692
commit
343c412a22
1 changed files with 3 additions and 3 deletions
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 a new issue