summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile.in
diff options
context:
space:
mode:
authorIvan Kuten <ivan.kuten@promwad.com>2007-11-09 09:57:25 +0000
committerIvan Kuten <ivan.kuten@promwad.com>2007-11-09 09:57:25 +0000
commit00f34a0cdc3e3f82d0408cc1b820fcba0ef4aee0 (patch)
treef18cdfbd7a55c15a382649ced78d8577f0dad261 /toolchain/gcc/Makefile.in
parent3d4957b0dd431b0dd55809a1815abda7e0aa1989 (diff)
update gcc nios2 support, thanks atle
Diffstat (limited to 'toolchain/gcc/Makefile.in')
-rw-r--r--toolchain/gcc/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile.in b/toolchain/gcc/Makefile.in
index 822de1c13..1ada6dfae 100644
--- a/toolchain/gcc/Makefile.in
+++ b/toolchain/gcc/Makefile.in
@@ -27,7 +27,9 @@ endif
ifeq ($(BR2_SOFT_FLOAT),y)
# gcc 3.4.x soft float configuration is different than previous versions.
ifeq ($(findstring x3.4.,x$(GCC_VERSION)),x3.4.)
+ifneq ($(BR2_nios2),y)
SOFT_FLOAT_CONFIG_OPTION:=--with-float=soft
+endif
else
SOFT_FLOAT_CONFIG_OPTION:=--without-float
endif