mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
7 lines
143 B
Makefile
7 lines
143 B
Makefile
|
ASFLAGS-.os += -fPIC
|
||
|
|
||
|
ifeq ($(subdir),elf)
|
||
|
# Extra shared linker files to link only into dl-allobjs.so.
|
||
|
sysdep-rtld-routines += dl-start
|
||
|
endif
|