From: Roland McGrath Date: Thu, 8 Jan 2015 22:00:35 +0000 (-0800) Subject: Do not try to build nptl_db. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed3a689f5f987d26b1dcf11abbc84ad33555df7f;p=thirdparty%2Fglibc.git Do not try to build nptl_db. --- 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.