glibc/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile

10 lines
188 B
Makefile
Raw Normal View History

# 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