blob: 715af3df7b14857f760f02a46a27d59a1d4f0c2e (
plain)
1
2
3
4
5
6
7
8
9
|
# 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
|