summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.2.1/ldflags.patch
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-04-30 08:53:28 -0700
committerTom Rini <trini@embeddedalley.com>2009-04-30 09:16:39 -0700
commit73a5d9a06fabdede79c82e315894341b415ec3b1 (patch)
treebb44cec99fcc363e966dde02d55e09cb92cdefa2 /recipes/gcc/gcc-4.2.1/ldflags.patch
parent3628be8901b747558b219d55b370a1f20e1dce5f (diff)
downloadopenembedded-73a5d9a06fabdede79c82e315894341b415ec3b1.tar.gz
gcc (various): Drop incomplete LDFLAGS patch and really honor them, bump PR
Diffstat (limited to 'recipes/gcc/gcc-4.2.1/ldflags.patch')
-rw-r--r--recipes/gcc/gcc-4.2.1/ldflags.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes/gcc/gcc-4.2.1/ldflags.patch b/recipes/gcc/gcc-4.2.1/ldflags.patch
deleted file mode 100644
index 9576f60778..0000000000
--- a/recipes/gcc/gcc-4.2.1/ldflags.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- /tmp/Makefile.in 2006-02-23 20:56:01.399758728 +0100
-+++ gcc-4.1-20060217/Makefile.in 2006-02-23 20:56:16.874406224 +0100
-@@ -334,7 +334,7 @@
- CXXFLAGS_FOR_TARGET = $(CXXFLAGS) $(SYSROOT_CFLAGS_FOR_TARGET)
- LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
- LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
--LDFLAGS_FOR_TARGET =
-+LDFLAGS_FOR_TARGET = @LDFLAGS@
- PICFLAG_FOR_TARGET =
-
- # ------------------------------------
---- /tmp/Makefile.tpl 2006-02-23 20:50:34.077519272 +0100
-+++ gcc-4.1-20060217/Makefile.tpl 2006-02-23 21:04:31.092273688 +0100
-@@ -337,7 +337,7 @@
- CXXFLAGS_FOR_TARGET = $(CXXFLAGS) $(SYSROOT_CFLAGS_FOR_TARGET)
- LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
- LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
--LDFLAGS_FOR_TARGET =
-+LDFLAGS_FOR_TARGET = @LDFLAGS@
- PICFLAG_FOR_TARGET =
-
- # ------------------------------------