summaryrefslogtreecommitdiff
path: root/sysdeps/sparc/sparc64/Makefile
blob: 0963a559a797c86ca681a1142e05882087af3c61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
sysdep-CFLAGS += -Wa,-Av9a -mvis

ifeq ($(subdir),string)
sysdep_routines += align-cpy
endif

ASFLAGS-.o += -Wa,-Av9d
ASFLAGS-.os += -Wa,-Av9d
ASFLAGS-.op += -Wa,-Av9d
ASFLAGS-.oS += -Wa,-Av9d

# nscd uses atomic_spin_nop which in turn requires cpu_relax
ifeq ($(subdir),nscd)
routines += cpu_relax
endif

ifeq ($(subdir),nptl)
libpthread-routines += cpu_relax
endif