summary refs log tree commit diff
path: root/sysdeps/nacl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/nacl/Makefile')
-rw-r--r--sysdeps/nacl/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/nacl/Makefile b/sysdeps/nacl/Makefile
index ade4df611f..84ba58c117 100644
--- a/sysdeps/nacl/Makefile
+++ b/sysdeps/nacl/Makefile
@@ -95,3 +95,8 @@ endif
 ifeq ($(subdir),io)
 sysdep_routines += xstatconv
 endif
+
+ifeq ($(subdir),nptl)
+# XXX temporary hack
+libpthread-routines := $(filter-out ptw-%,$(libpthread-routines))
+endif