2012-05-26 17:46:59 +00:00
|
|
|
abi-variants := 32 64
|
|
|
|
abi-32-condition := __WORDSIZE == 32
|
|
|
|
abi-64-condition := __WORDSIZE == 64
|
2006-03-06 01:34:09 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),rt)
|
|
|
|
librt-routines += rt-sysdep
|
2016-08-17 12:57:00 +00:00
|
|
|
librt-shared-only-routines += rt-sysdep
|
2006-03-06 01:34:09 +00:00
|
|
|
endif
|
2012-03-17 02:28:51 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),sysvipc)
|
|
|
|
sysdep_routines += getshmlba
|
|
|
|
endif
|
2014-06-21 00:13:47 +00:00
|
|
|
|
|
|
|
ifeq ($(subdir),nptl)
|
|
|
|
# pull in __syscall_error routine
|
|
|
|
libpthread-routines += sysdep
|
2016-08-17 12:57:00 +00:00
|
|
|
libpthread-shared-only-routines += sysdep
|
2014-06-21 00:13:47 +00:00
|
|
|
endif
|