1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

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.
This commit is contained in:
Florian Weimer
2016-08-17 14:57:00 +02:00
parent c20809709a
commit d9067fca40
14 changed files with 50 additions and 1 deletions

View File

@ -5,4 +5,5 @@ endif
ifeq ($(subdir),nptl)
# pull in __syscall_error routine
libpthread-routines += sysdep
endif
libpthread-shared-only-routines += sysdep
endif