Makefile 656 B

1234567891011121314151617181920212223242526272829303132
  1. ifeq ($(subdir),misc)
  2. sysdep_headers += sys/rse.h
  3. endif
  4. ifeq ($(subdir),stdlib)
  5. sysdep_routines += __start_context
  6. gen-as-const-headers += sigcontext-offsets.sym
  7. endif
  8. ifeq ($(subdir),misc)
  9. sysdep_headers += sys/io.h
  10. sysdep_routines += ioperm clone2
  11. gen-as-const-headers += sigaltstack-offsets.sym
  12. endif
  13. ifeq ($(subdir),elf)
  14. sysdep-dl-routines += dl-static
  15. endif
  16. ifeq ($(subdir),rt)
  17. librt-routines += rt-sysdep
  18. librt-shared-only-routines += rt-sysdep
  19. endif
  20. ifeq ($(subdir),nptl)
  21. libpthread-sysdep_routines += __ia64_longjmp unwind_longjmp __sigstack_longjmp
  22. endif
  23. ifeq ($(subdir),conform)
  24. # For bug 21634.
  25. conformtest-xfail-conds += ia64-linux
  26. endif