Move remaining SPARC code out of nptl/.
[glibc.git] / sysdeps / unix / sysv / linux / sparc / sparc64 / Makefile
blob7ea433f21fbccbd8ec38a78abebcdd910230ef7a
1 # See Makeconfig regarding the use of default-abi.
2 default-abi := 64
4 sysdep-CFLAGS += -fcall-used-g6
5 LD += -melf64_sparc
7 ifeq ($(subdir),stdlib)
8 sysdep_routines += __start_context
9 endif
11 ifeq ($(subdir),nptl)
12 CFLAGS-pause.c += -fexceptions
13 CFLAGS-sigsuspend.c += -fexceptions
14 endif