Remove abi-*-options compiler flags
[glibc.git] / sysdeps / unix / sysv / linux / sparc / Makefile
blobb0d182a439ed6dc051603a8768107f265c33569e
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),nptl)
15 # pull in __syscall_error routine
16 libpthread-routines += sysdep
17 libpthread-shared-only-routines += sysdep
18 endif