Skip to content

Commit

Permalink
[cosmetic] indent soft-float options
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14270 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
nico committed Jan 29, 2009
1 parent dc14c8f commit 6017696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6017696

Please sign in to comment.