diff options
author | Ivan Kuten <ivan.kuten@promwad.com> | 2007-11-23 10:32:50 +0000 |
---|---|---|
committer | Ivan Kuten <ivan.kuten@promwad.com> | 2007-11-23 10:32:50 +0000 |
commit | 7eb9574e2b79b0f23b945850c59c1695bd3d9dca (patch) | |
tree | 22a10d89d5b6ce795954e78267b653944a1c4d92 /toolchain/gcc/gcc-uclibc-3.x.mk | |
parent | cf825074e61733bca94211863731891f51d21dc8 (diff) | |
download | buildroot-novena-7eb9574e2b79b0f23b945850c59c1695bd3d9dca.tar.gz buildroot-novena-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.mk | 3 |
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 |