about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
blob: 218c246f161256d8a7eb8a75bc0faa3e8bca8597 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# See Makeconfig regarding the use of default-abi.
default-abi := 64

sysdep-CFLAGS += -fcall-used-g6
LD += -melf64_sparc

ifeq ($(subdir),stdlib)
sysdep_routines += __start_context
endif

ifeq ($(subdir),conform)
# For bug 23821 (incorrect type of si_band).
conformtest-xfail-conds += sparc64-linux
endif