diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-25 10:04:14 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-25 10:04:14 -0700 |
commit | 74836003ed4f2613f5c47a654bdd38a366076c15 (patch) | |
tree | fc50e17ba0787b3a59baf4a81cd75bb26351ba4b /sysdeps/sparc/sparc64/Makefile | |
parent | 06d50baa341a6bc603d4228128aff92483b98708 (diff) | |
download | glibc-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/Makefile | 4 |
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 |