2011-12-22 18:22:50 +00:00
|
|
|
syscall-list-variants := 32bit 64bit
|
|
|
|
syscall-list-32bit-options := -U__s390x__
|
|
|
|
syscall-list-32bit-condition := __WORDSIZE == 32
|
|
|
|
syscall-list-64bit-options := -D__s390x__
|
|
|
|
syscall-list-64bit-condition := __WORDSIZE == 64
|
|
|
|
|
2004-04-18 02:37:56 +00:00
|
|
|
ifeq ($(subdir),rt)
|
|
|
|
librt-routines += rt-sysdep
|
|
|
|
endif
|
2005-12-22 05:18:34 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),stdlib)
|
|
|
|
gen-as-const-headers += ucontext_i.sym
|
|
|
|
endif
|
2009-01-08 00:28:23 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),elf)
|
|
|
|
sysdep_routines += dl-vdso
|
|
|
|
endif
|