diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-20 17:27:16 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-20 17:27:16 -0700 |
commit | c4eff5625df1d2e11191650ed302fa1b7c529034 (patch) | |
tree | ec3752f08c1dcab6e50228533b1b33820574f1f9 /sysdeps/sparc | |
parent | 4b88139b6f22b70048793725a6c3f67bddc7baee (diff) | |
download | glibc-c4eff5625df1d2e11191650ed302fa1b7c529034.tar.gz |
Missing new file from last commit.
Diffstat (limited to 'sysdeps/sparc')
-rw-r--r-- | sysdeps/sparc/sparc64/nptl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/sparc/sparc64/nptl/Makefile b/sysdeps/sparc/sparc64/nptl/Makefile new file mode 100644 index 0000000000..ddc9038611 --- /dev/null +++ b/sysdeps/sparc/sparc64/nptl/Makefile @@ -0,0 +1,3 @@ +ifeq ($(subdir),nptl) +libpthread-routines += cpu_relax +endif |