From ed3a689f5f987d26b1dcf11abbc84ad33555df7f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 8 Jan 2015 14:00:35 -0800 Subject: [PATCH] Do not try to build nptl_db. --- sysdeps/nacl/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sysdeps/nacl/Makefile b/sysdeps/nacl/Makefile index 84ba58c1179..86d84650ca3 100644 --- a/sysdeps/nacl/Makefile +++ b/sysdeps/nacl/Makefile @@ -15,6 +15,12 @@ # License along with the GNU C Library; if not, see # . +# The libthread_db code does not compile for NaCl because there is no +# sys/procfs.h supplying the register layout types. But since libthread_db +# will probably never be useful for NaCl, just elide the directory rather +# than implementing stuff to make it compile (and never get used). +subdirs := $(filter-out nptl_db,$(subdirs)) + # The (required) --with-headers option to configure sets sysheaders to the # location of the native_client/.. source directory. We'll get necessary # headers directly from there. -- 2.47.2