initial commit
[glibc.git] / sysdeps / unix / sysv / linux / sparc / sparc64 / Makefile
1 # See Makeconfig regarding the use of default-abi.
2 default-abi := 64
3
4 sysdep-CFLAGS += -fcall-used-g6
5 LD += -melf64_sparc
6
7 ifeq ($(subdir),stdlib)
8 sysdep_routines += __start_context
9 endif
10
11 ifeq ($(subdir),conform)
12 # For bug 23821 (incorrect type of si_band).
13 conformtest-xfail-conds += sparc64-linux
14 endif