summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-19 22:40:17 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-19 22:40:17 +0000
commitb7620f8509d6d2e5796b8af09ff15da70428811e (patch)
tree3a78cb69a174d790eda1bfad6a03b3a64bfcb1fb /toolchain/gcc/patches
parent7ece9b48e593651b12bd6df973d95bf1705903af (diff)
gcc: 4.4.2 no longer needs the fix-linker-error patch, remove it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18857 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/patches')
-rw-r--r--toolchain/gcc/patches/4.4.2/106-fix_linker_error.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/toolchain/gcc/patches/4.4.2/106-fix_linker_error.patch b/toolchain/gcc/patches/4.4.2/106-fix_linker_error.patch
deleted file mode 100644
index 57698ea5e..000000000
--- a/toolchain/gcc/patches/4.4.2/106-fix_linker_error.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/gcc/cp/Make-lang.in
-+++ b/gcc/cp/Make-lang.in
-@@ -72,8 +72,7 @@ g++-cross$(exeext): g++$(exeext)
- # Shared with C front end:
- CXX_C_OBJS = attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o \
- c-dump.o $(CXX_TARGET_OBJS) c-pretty-print.o c-opts.o c-pch.o \
-- incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o \
-- c-gimplify.o c-omp.o tree-inline.o
-+ incpath.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o
-
- # Language-specific object files for C++ and Objective C++.
- CXX_AND_OBJCXX_OBJS = cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o \