From 00f34a0cdc3e3f82d0408cc1b820fcba0ef4aee0 Mon Sep 17 00:00:00 2001 From: Ivan Kuten Date: Fri, 9 Nov 2007 09:57:25 +0000 Subject: update gcc nios2 support, thanks atle --- toolchain/gcc/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolchain/gcc/Makefile.in') 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 -- cgit v1.2.3