Skip to content
Snippets Groups Projects
Commit 343c412a authored by Nicolas Thill's avatar Nicolas Thill
Browse files

indent soft-float options

SVN-Revision: 14270
parent 1be50926
Branches
Tags
No related merge requests found
...@@ -81,10 +81,10 @@ ifeq ($(CONFIG_NATIVE_TOOLCHAIN),) ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment