about summary refs log tree commit diff
path: root/Makeconfig
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-24 13:23:44 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-24 13:23:44 -0700
commitf7d63c839b817c3e26f9126fca2ccd19cc021ea1 (patch)
tree554aa4396c60f256433d56c688613d7292f9f521 /Makeconfig
parenta7f9a9cd523d33e7b0c01dd5cd841f025bd5e3f5 (diff)
parentc14874927b499ddfdbb03745bb32bfc778b8595f (diff)
downloadglibc-f7d63c839b817c3e26f9126fca2ccd19cc021ea1.tar.gz
glibc-f7d63c839b817c3e26f9126fca2ccd19cc021ea1.tar.xz
glibc-f7d63c839b817c3e26f9126fca2ccd19cc021ea1.zip
Merge remote-tracking branch 'origin/master' into hjl/x32/master hjl/x32/master
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig
index 4f9b9cf654..6d2d05a346 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -720,6 +720,10 @@ CFLAGS-.op = -pg
 libtype.op = lib%_p.a
 endif
 
+# Convenience variable for when we want to treat shared-library cases
+# differently from the rest.
+object-suffixes-noshared := $(filter-out .os,$(object-suffixes))
+
 bppfx = BP-
 ifeq (yes,$(build-bounded))
 # Under --enable-bounded, we build the library with `-fbounded-pointers -g'