diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-20 17:13:47 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-20 17:13:47 -0700 |
commit | 4b88139b6f22b70048793725a6c3f67bddc7baee (patch) | |
tree | c686a38eb7cb9540d217a077a258713f3bf8304f /sysdeps/unix/sysv/linux/sparc/Makefile | |
parent | 9bc6103d0460686a92105410a306252238d952d8 (diff) | |
download | glibc-4b88139b6f22b70048793725a6c3f67bddc7baee.tar glibc-4b88139b6f22b70048793725a6c3f67bddc7baee.tar.gz glibc-4b88139b6f22b70048793725a6c3f67bddc7baee.tar.bz2 glibc-4b88139b6f22b70048793725a6c3f67bddc7baee.zip |
Move remaining SPARC code out of nptl/.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/Makefile b/sysdeps/unix/sysv/linux/sparc/Makefile index 96b783e5bb..e67aecf8f0 100644 --- a/sysdeps/unix/sysv/linux/sparc/Makefile +++ b/sysdeps/unix/sysv/linux/sparc/Makefile @@ -11,3 +11,8 @@ endif ifeq ($(subdir),sysvipc) sysdep_routines += getshmlba endif + +ifeq ($(subdir),nptl) +# pull in __syscall_error routine +libpthread-routines += sysdep +endif |