diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/microblaze/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/Makefile | 5 |
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 |