summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/gcc-uclibc-3.x.mk
diff options
context:
space:
mode:
authorIvan Kuten2007-11-23 11:32:50 +0100
committerIvan Kuten2007-11-23 11:32:50 +0100
commit7eb9574e2b79b0f23b945850c59c1695bd3d9dca (patch)
tree22a10d89d5b6ce795954e78267b653944a1c4d92 /toolchain/gcc/gcc-uclibc-3.x.mk
parentUse BR2_HAVE_MANPAGES (diff)
downloadbuildroot-7eb9574e2b79b0f23b945850c59c1695bd3d9dca.tar.gz
buildroot-7eb9574e2b79b0f23b945850c59c1695bd3d9dca.tar.xz
buildroot-7eb9574e2b79b0f23b945850c59c1695bd3d9dca.zip
update the nios2-patches for binutils-2.15 and gcc-3.4.6 with the latest sources from Altera, and removes obsolete patches
Diffstat (limited to 'toolchain/gcc/gcc-uclibc-3.x.mk')
-rw-r--r--toolchain/gcc/gcc-uclibc-3.x.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/gcc/gcc-uclibc-3.x.mk b/toolchain/gcc/gcc-uclibc-3.x.mk
index c6c622a0c..e2210d06c 100644
--- a/toolchain/gcc/gcc-uclibc-3.x.mk
+++ b/toolchain/gcc/gcc-uclibc-3.x.mk
@@ -168,9 +168,6 @@ 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