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