summary refs log tree commit diff
path: root/sysdeps/sparc/sparc64/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-06-25 10:04:14 -0700
committerRoland McGrath <roland@hack.frob.com>2014-06-25 10:04:14 -0700
commit74836003ed4f2613f5c47a654bdd38a366076c15 (patch)
treefc50e17ba0787b3a59baf4a81cd75bb26351ba4b /sysdeps/sparc/sparc64/Makefile
parent06d50baa341a6bc603d4228128aff92483b98708 (diff)
downloadglibc-74836003ed4f2613f5c47a654bdd38a366076c15.tar.gz
glibc-74836003ed4f2613f5c47a654bdd38a366076c15.tar.xz
glibc-74836003ed4f2613f5c47a654bdd38a366076c15.zip
SPARC: Consolidate unnecessary nptl/ subdirectories.
Diffstat (limited to 'sysdeps/sparc/sparc64/Makefile')
-rw-r--r--sysdeps/sparc/sparc64/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/sparc/sparc64/Makefile b/sysdeps/sparc/sparc64/Makefile
index fb161ea13f..dd3023dcec 100644
--- a/sysdeps/sparc/sparc64/Makefile
+++ b/sysdeps/sparc/sparc64/Makefile
@@ -14,3 +14,7 @@ ASFLAGS-.op += -Wa,-Av9d
 ASFLAGS-.og += -Wa,-Av9d
 ASFLAGS-.oS += -Wa,-Av9d
 endif
+
+ifeq ($(subdir),nptl)
+libpthread-routines += cpu_relax
+endif