Update copyright dates with scripts/update-copyrights
[glibc.git] / sysdeps / unix / sysv / linux / sparc / Makefile
blobe0056c9413f010d5a2233c080f260a0c9b2a4ca6
1 abi-variants := 32 64
2 abi-32-condition := __WORDSIZE == 32
3 abi-64-condition := __WORDSIZE == 64
5 ifeq ($(subdir),rt)
6 librt-routines += rt-sysdep
7 librt-shared-only-routines += rt-sysdep
8 endif
10 ifeq ($(subdir),sysvipc)
11 sysdep_routines += getshmlba
12 endif
14 ifeq ($(subdir),signal)
15 sysdep_routines += sigreturn_stub
16 endif