mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-11 13:50:06 +00:00
19f1dd5f2d
nptl/ * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP): Define when we have v9 instructions available. * sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: New file. * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S: New file. * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Add cpu_relax to libpthread-routines.
7 lines
129 B
Makefile
7 lines
129 B
Makefile
libpthread-routines += cpu_relax
|
|
|
|
ifeq ($(subdir),nptl)
|
|
CFLAGS-pause.c += -fexceptions
|
|
CFLAGS-sigsuspend.c += -fexceptions
|
|
endif
|