Makefile 143 B

123456
  1. ASFLAGS-.os += -fPIC
  2. ifeq ($(subdir),elf)
  3. # Extra shared linker files to link only into dl-allobjs.so.
  4. sysdep-rtld-routines += dl-start
  5. endif