mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 07:20:11 +00:00
d9067fca40
With this change, we no longer add sysdep.o and similar objects which are present in libc.a to other static libraries.
10 lines
202 B
Makefile
10 lines
202 B
Makefile
ifeq ($(subdir),resource)
|
|
sysdep_routines += backtrace_linux
|
|
endif
|
|
|
|
ifeq ($(subdir),nptl)
|
|
# pull in __syscall_error routine
|
|
libpthread-routines += sysdep
|
|
libpthread-shared-only-routines += sysdep
|
|
endif
|