about summary refs log tree commit diff
path: root/sysdeps/sparc/sparc64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sparc/sparc64/Makefile')
-rw-r--r--sysdeps/sparc/sparc64/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/sparc/sparc64/Makefile b/sysdeps/sparc/sparc64/Makefile
index dfc118cfef..3a12510307 100644
--- a/sysdeps/sparc/sparc64/Makefile
+++ b/sysdeps/sparc/sparc64/Makefile
@@ -10,6 +10,11 @@ ASFLAGS-.og += -Wa,-Av9d
 ASFLAGS-.oS += -Wa,-Av9d
 endif
 
+# 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