mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 17:40:06 +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.
5 lines
101 B
Makefile
5 lines
101 B
Makefile
ifeq ($(subdir),rt)
|
|
librt-sysdep_routines += rt-sysdep
|
|
librt-shared-only-routines += rt-sysdep
|
|
endif
|