about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/microblaze/Makefile
diff options
context:
space:
mode:
authorDavid Holsgrove <david.holsgrove@xilinx.com>2014-06-30 14:01:22 +1000
committerDavid Holsgrove <david.holsgrove@xilinx.com>2014-07-01 09:58:03 +1000
commit0cdcad1769a962583788841f6dc2df1efe989245 (patch)
treeced4105d8971e708b155b0e104679fec1fb38406 /sysdeps/unix/sysv/linux/microblaze/Makefile
parent9b71d0e38c587dd1616eefd9d9ac09be90a28fe4 (diff)
downloadglibc-0cdcad1769a962583788841f6dc2df1efe989245.tar.gz
glibc-0cdcad1769a962583788841f6dc2df1efe989245.tar.xz
glibc-0cdcad1769a962583788841f6dc2df1efe989245.zip
MicroBlaze: Add missing sysdep-cancel.h implementation
And update socket.S, Makefile to use *_nocancel definitions.

Absence of sysdep-cancel.h was not apparent until Roland's
not-cancel.h unification.

2014-06-30  David Holsgrove  <david.holsgrove@xilinx.com>

  * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file
  * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P
  * sysdeps/unix/sysv/linux/microblaze/Makefile: Add to libpthread-routines

Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/microblaze/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/microblaze/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/Makefile b/sysdeps/unix/sysv/linux/microblaze/Makefile
index 614553204f..44a838fa11 100644
--- a/sysdeps/unix/sysv/linux/microblaze/Makefile
+++ b/sysdeps/unix/sysv/linux/microblaze/Makefile
@@ -1,3 +1,8 @@
 ifeq ($(subdir),resource)
 sysdep_routines += backtrace_linux
 endif
+
+ifeq ($(subdir),nptl)
+# pull in __syscall_error routine
+libpthread-routines += sysdep
+endif
\ No newline at end of file