]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/sparc/sparc64/Makefile
Fix sparc build.
[thirdparty/glibc.git] / sysdeps / sparc / sparc64 / Makefile
1 ifeq ($(subdir),string)
2 sysdep_routines += align-cpy
3 endif
4
5 ifeq ($(have-as-vis3),yes)
6 ASFLAGS-.o += -Wa,-Av9d
7 ASFLAGS-.os += -Wa,-Av9d
8 ASFLAGS-.op += -Wa,-Av9d
9 ASFLAGS-.og += -Wa,-Av9d
10 ASFLAGS-.oS += -Wa,-Av9d
11 endif
12
13 # nscd uses atomic_spin_nop which in turn requires cpu_relax
14 ifeq ($(subdir),nscd)
15 routines += cpu_relax
16 endif
17
18 ifeq ($(subdir),nptl)
19 libpthread-routines += cpu_relax
20 endif