blob: 3a7f4aa84a88858129c1e9e9574b1ff46430072e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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),nptl)
CFLAGS-sigsuspend.c += -fexceptions
endif
|