summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-04-24 10:22:45 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-04-24 10:22:45 +0000
commit3a533ca370725b68b516e6b74adf4727d17ed28a (patch)
tree688722e99107fd8cf1a6588b2131650ecacdd3ac /Makeconfig
parente9a0a51253e49f1b9affec949775da94e7de297f (diff)
Don't handle libgcc_s suffixes.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index 4fc1141299..4364296b3c 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -537,7 +537,7 @@ endif
ifneq ($(have-as-needed),yes)
libgcc_eh := -lgcc_eh $(libunwind)
else
- libgcc_eh := -Wl,--as-needed -lgcc_s$(libgcc_s_suffix) $(libunwind) -Wl,--no-as-needed
+ libgcc_eh := -Wl,--as-needed -lgcc_s $(libunwind) -Wl,--no-as-needed
endif
gnulib := -lgcc $(libgcc_eh)
static-gnulib := -lgcc -lgcc_eh $(libunwind)