summaryrefslogtreecommitdiffstats
path: root/openwrt/toolchain/gcc/4.0.2
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-06 11:26:51 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-06 11:26:51 +0000
commit0c86647fe03297fbfa494533ea1fce336bd4bb74 (patch)
tree9ad218dbbda969be89dca235cb47db01c1ea1ae7 /openwrt/toolchain/gcc/4.0.2
parent1f996883cc85c119376bf517c149e905aea015c6 (diff)
make gcc4 depend on libgcc, and disable the libgcc hack for it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3161 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/gcc/4.0.2')
-rw-r--r--openwrt/toolchain/gcc/4.0.2/static-libgcc.patch.conditional11
1 files changed, 0 insertions, 11 deletions
diff --git a/openwrt/toolchain/gcc/4.0.2/static-libgcc.patch.conditional b/openwrt/toolchain/gcc/4.0.2/static-libgcc.patch.conditional
deleted file mode 100644
index 6bb5c5004..000000000
--- a/openwrt/toolchain/gcc/4.0.2/static-libgcc.patch.conditional
+++ /dev/null
@@ -1,11 +0,0 @@
---- specs~ 2006-01-27 11:44:50.000000000 +0100
-+++ specs 2006-01-27 12:00:41.000000000 +0100
-@@ -57,7 +57,7 @@
- %{fmudflap|fmudflapth: -export-dynamic}
-
- *libgcc:
--%{static|static-libgcc:-lgcc -lgcc_eh}%{!static:%{!static-libgcc:%{!shared-libgcc:-lgcc --as-needed -lgcc_s --no-as-needed}%{shared-libgcc:-lgcc_s%{!shared: -lgcc}}}}
-+%{static|static-libgcc:-lgcc -lgcc_eh}%{!static:%{!static-libgcc:%{!shared:%{!shared-libgcc:-lgcc -lgcc_eh}%{shared-libgcc:-lgcc_s -lgcc}}%{shared:%{shared-libgcc:-lgcc_s%{!shared-libgcc: -lgcc}}}}}
-
- *startfile:
- %{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} crti.o%s %{static:crtbeginT.o%s;shared|pie:crtbeginS.o%s;:crtbegin.o%s}