aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/s390
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-08-17 14:57:00 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-08-18 11:35:45 +0200
commite2e4984ad62330fa1d328d9eeb0a3e42620825b6 (patch)
treebf87f5aa4b59092055b8f2a1aed7d2377265e1ed /sysdeps/unix/sysv/linux/s390
parent0ba4a7522b9491ad32713ab87990e627ef196de4 (diff)
downloadglibc-e2e4984ad62330fa1d328d9eeb0a3e42620825b6.tar
glibc-e2e4984ad62330fa1d328d9eeb0a3e42620825b6.tar.gz
glibc-e2e4984ad62330fa1d328d9eeb0a3e42620825b6.tar.bz2
glibc-e2e4984ad62330fa1d328d9eeb0a3e42620825b6.zip
Do not override objects in libc.a in other static libraries [BZ #20452]
With this change, we no longer add sysdep.o and similar objects which are present in libc.a to other static libraries. (cherry picked from commit d9067fca40b8aac156d73cfa44d6875813555a6c)
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390')
-rw-r--r--sysdeps/unix/sysv/linux/s390/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/Makefile b/sysdeps/unix/sysv/linux/s390/Makefile
index 497ffd566c..f8ed013e9e 100644
--- a/sysdeps/unix/sysv/linux/s390/Makefile
+++ b/sysdeps/unix/sysv/linux/s390/Makefile
@@ -6,6 +6,7 @@ abi-64-condition := __WORDSIZE == 64
ifeq ($(subdir),rt)
librt-routines += rt-sysdep
+librt-shared-only-routines += rt-sysdep
endif
ifeq ($(subdir),stdlib)