diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-08-17 14:57:00 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-08-17 14:57:01 +0200 |
commit | d9067fca40b8aac156d73cfa44d6875813555a6c (patch) | |
tree | 093dd2b5de63ad23ed2a938aa25948941f919cd8 /sysdeps/unix/alpha | |
parent | c20809709ab330f927c87fefe439554d3b1f643a (diff) | |
download | glibc-d9067fca40b8aac156d73cfa44d6875813555a6c.tar glibc-d9067fca40b8aac156d73cfa44d6875813555a6c.tar.gz glibc-d9067fca40b8aac156d73cfa44d6875813555a6c.tar.bz2 glibc-d9067fca40b8aac156d73cfa44d6875813555a6c.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.
Diffstat (limited to 'sysdeps/unix/alpha')
-rw-r--r-- | sysdeps/unix/alpha/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/alpha/Makefile b/sysdeps/unix/alpha/Makefile index 441aa02a83..0660847f15 100644 --- a/sysdeps/unix/alpha/Makefile +++ b/sysdeps/unix/alpha/Makefile @@ -1,3 +1,4 @@ ifeq ($(subdir),rt) librt-sysdep_routines += rt-sysdep +librt-shared-only-routines += rt-sysdep endif |