1 # The Sparc `long double' is a distinct type we support.
7 sysdep_routines
+= sparc-mcount
11 CPPFLAGS
+= -DHAVE_SPINLOCKS
=1 -DHAVE_ASSEM_SPARC_GCC
=1
15 CPPFLAGS-crti.S
+= -fPIC
16 CPPFLAGS-crtn.S
+= -fPIC
21 # Lazy binding on SPARC rewrites the PLT sequence. See the Solaris
22 # Linker and Libraries Guide, section SPARC: Procedure Linkage Table.
23 # <https://docs.oracle.com/cd/E19455-01/816-0559/chapter6-1236/index.html>
24 test-xfail-check-wx-segment
= *
26 endif # $(subdir) == elf
28 # nscd uses atomic_spin_nop which in turn requires cpu_relax
33 ifeq ($(subdir
), nptl
)
34 libpthread-routines
+= cpu_relax
37 # The assembler on SPARC needs the -fPIC flag even when it's assembler code.