summaryrefslogtreecommitdiff
path: root/toolchain/gcc/3.4.6/nios2-config-fix.patch.conditional
diff options
context:
space:
mode:
authorIvan Kuten <ivan.kuten@promwad.com>2007-11-23 10:32:50 +0000
committerIvan Kuten <ivan.kuten@promwad.com>2007-11-23 10:32:50 +0000
commit7eb9574e2b79b0f23b945850c59c1695bd3d9dca (patch)
tree22a10d89d5b6ce795954e78267b653944a1c4d92 /toolchain/gcc/3.4.6/nios2-config-fix.patch.conditional
parentcf825074e61733bca94211863731891f51d21dc8 (diff)
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/3.4.6/nios2-config-fix.patch.conditional')
-rw-r--r--toolchain/gcc/3.4.6/nios2-config-fix.patch.conditional19
1 files changed, 0 insertions, 19 deletions
diff --git a/toolchain/gcc/3.4.6/nios2-config-fix.patch.conditional b/toolchain/gcc/3.4.6/nios2-config-fix.patch.conditional
index 9f1c37868..e69de29bb 100644
--- a/toolchain/gcc/3.4.6/nios2-config-fix.patch.conditional
+++ b/toolchain/gcc/3.4.6/nios2-config-fix.patch.conditional
@@ -1,19 +0,0 @@
---- gcc-3.4.6/gcc/config/t-linux-uclibc 2007-11-07 14:50:34.000000000 +0100
-+++ /dev/null 2007-11-02 12:35:37.750656579 +0100
-@@ -1,5 +0,0 @@
--# Remove glibc specific files added in t-linux
--SHLIB_MAPFILES := $(filter-out $(srcdir)/config/libgcc-glibc.ver, $(SHLIB_MAPFILES))
--
--# Use unwind-dw2-fde instead of unwind-dw2-fde-glibc
--LIB2ADDEH := $(subst unwind-dw2-fde-glibc.c,unwind-dw2-fde.c,$(LIB2ADDEH))
---- gcc-3.4.6/gcc/config.gcc.orig 2007-11-07 14:50:34.000000000 +0100
-+++ gcc-3.4.6/gcc/config.gcc 2007-11-07 15:32:31.000000000 +0100
-@@ -2334,7 +2334,7 @@
- # Rather than hook into each target, just do it after all the linux
- # targets have been processed
- case ${target} in
--*-linux-uclibc*) tm_defines="${tm_defines} USE_UCLIBC" ; tmake_file="${tmake_file} t-linux-uclibc"
-+*-linux-uclibc*) tm_defines="${tm_defines} USE_UCLIBC"
- esac
-
- # Support for --with-cpu and related options (and a few unrelated options,