hurd: SOCK_CLOEXEC and SOCK_NONBLOCK for socketpair
[glibc.git] / sysdeps / sparc / Makefile
blob3f0c0964002560f03817905f390821aef176d52c
1 # The Sparc `long double' is a distinct type we support.
2 long-double-fcts = yes
4 pie-ccflag = -fPIE
6 ifeq ($(subdir),gmon)
7 sysdep_routines += sparc-mcount
8 endif
10 ifeq ($(subdir),db2)
11 CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_SPARC_GCC=1
12 endif
14 ifeq ($(subdir),csu)
15 CPPFLAGS-crti.S += -fPIC
16 CPPFLAGS-crtn.S += -fPIC
17 endif
19 # The assembler on SPARC needs the -fPIC flag even when it's assembler code.
20 ASFLAGS-.os += -fPIC