Run check-localpltk/textrel/execstack over ld.so.
[glibc.git] / sysdeps / unix / sysv / linux / sparc / Makefile
blobe67aecf8f0bc472a5e75213b94340dc20eea8f44
1 abi-variants := 32 64
2 abi-32-options := -U__sparc_v9__ -U__arch64__
3 abi-32-condition := __WORDSIZE == 32
4 abi-64-options := -D__sparc_v9__ -D__arch64__
5 abi-64-condition := __WORDSIZE == 64
7 ifeq ($(subdir),rt)
8 librt-routines += rt-sysdep
9 endif
11 ifeq ($(subdir),sysvipc)
12 sysdep_routines += getshmlba
13 endif
15 ifeq ($(subdir),nptl)
16 # pull in __syscall_error routine
17 libpthread-routines += sysdep
18 endif