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