2012-05-26 10:46:59 -07:00
|
|
|
abi-variants := 32 64
|
|
|
|
abi-32-options := -U__sparc_v9__ -U__arch64__
|
|
|
|
abi-32-condition := __WORDSIZE == 32
|
|
|
|
abi-64-options := -D__sparc_v9__ -D__arch64__
|
|
|
|
abi-64-condition := __WORDSIZE == 64
|
2006-03-06 01:34:09 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),rt)
|
|
|
|
librt-routines += rt-sysdep
|
|
|
|
endif
|
2012-03-16 19:28:51 -07:00
|
|
|
|
|
|
|
ifeq ($(subdir),sysvipc)
|
|
|
|
sysdep_routines += getshmlba
|
|
|
|
endif
|
2014-06-20 17:13:47 -07:00
|
|
|
|
|
|
|
ifeq ($(subdir),nptl)
|
|
|
|
# pull in __syscall_error routine
|
|
|
|
libpthread-routines += sysdep
|
|
|
|
endif
|