summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/gcc-uclibc-3.x.mk
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/gcc-uclibc-3.x.mk
parent3d4957b0dd431b0dd55809a1815abda7e0aa1989 (diff)
downloadbuildroot-novena-00f34a0cdc3e3f82d0408cc1b820fcba0ef4aee0.tar.gz
buildroot-novena-00f34a0cdc3e3f82d0408cc1b820fcba0ef4aee0.zip
update gcc nios2 support, thanks atle
Diffstat (limited to 'toolchain/gcc/gcc-uclibc-3.x.mk')
-rw-r--r--toolchain/gcc/gcc-uclibc-3.x.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/gcc/gcc-uclibc-3.x.mk b/toolchain/gcc/gcc-uclibc-3.x.mk
index e2210d06c..c6c622a0c 100644
--- a/toolchain/gcc/gcc-uclibc-3.x.mk
+++ b/toolchain/gcc/gcc-uclibc-3.x.mk
@@ -168,6 +168,9 @@ endif
#toolchain/patch-kernel.sh $(GCC_DIR) toolchain/gcc i386-gcc-soft-float.patch
#endif
endif
+ifeq ("$(strip $(ARCH))","nios2")
+ toolchain/patch-kernel.sh $(GCC_DIR) toolchain/gcc/$(GCC_VERSION) nios2-config-fix.patch.conditional
+endif
touch $@
# The --without-headers option stopped working with gcc 3.0 and has never been