summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2015-11-07 20:23:49 -0500
committerRich Felker <dalias@aerifal.cx>2015-11-07 20:23:49 -0500
commitea1e2c5e18dd0790fb9b2af2bd947f4981736dc2 (patch)
tree06799e50e3d6279f7209c5c2fc597701bd607d58
parent31d73a560b2e14a2030f92f238064e1e98215e50 (diff)
downloadmusl-ea1e2c5e18dd0790fb9b2af2bd947f4981736dc2.tar.gz
work around toolchains with broken visibility in libgcc/libpcc
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index dece1d09..ee217713 100755
--- a/configure
+++ b/configure
@@ -534,6 +534,11 @@ tryldflag LDFLAGS_AUTO -Wl,--hash-style=both
# runtime library; implementation error is also a possibility.
tryldflag LDFLAGS_AUTO -Wl,--no-undefined
+# Avoid exporting symbols from compiler runtime libraries. They
+# should be hidden anyway, but some toolchains including old gcc
+# versions built without shared library support and pcc are broken.
+tryldflag LDFLAGS_AUTO -Wl,--exclude-libs=ALL
+
test "$shared" = "no" || {
# Disable dynamic linking if ld is broken and can't do -Bsymbolic-functions
LDFLAGS_DUMMY=