2011-12-22 18:22:50 +00:00
|
|
|
syscall-list-variants := 32bit 64bit
|
|
|
|
syscall-list-32bit-options := -U__powerpc64__
|
|
|
|
syscall-list-32bit-condition := __WORDSIZE == 32
|
|
|
|
syscall-list-64bit-options := -D__powerpc64__
|
|
|
|
syscall-list-64bit-condition := __WORDSIZE == 64
|
|
|
|
|
2004-04-19 06:19:34 +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
|
2005-12-30 07:32:48 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),elf)
|
2007-08-12 19:03:54 +00:00
|
|
|
sysdep_routines += dl-vdso
|
2005-12-30 07:32:48 +00:00
|
|
|
endif
|