Makefile 295 B

12345678910111213141516
  1. ifeq ($(subdir),io)
  2. sysdep_routines += pipe
  3. endif
  4. ifeq ($(subdir),stdlib)
  5. gen-as-const-headers += ucontext_i.sym
  6. endif
  7. ifeq ($(subdir),misc)
  8. gen-as-const-headers += sigaltstack-offsets.sym
  9. endif
  10. ifeq ($(subdir),math)
  11. # The libm.so link can't find __fpscr_values
  12. libm.so-no-z-defs = yes
  13. endif