]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Do not try to build nptl_db.
authorRoland McGrath <roland@hack.frob.com>
Thu, 8 Jan 2015 22:00:35 +0000 (14:00 -0800)
committerRoland McGrath <roland@hack.frob.com>
Thu, 8 Jan 2015 22:00:35 +0000 (14:00 -0800)
sysdeps/nacl/Makefile

index 84ba58c11791b9313224a5ef3d7780563e1f252c..86d84650ca3966d0d46afe337d6e1db7571cc844 100644 (file)
 # License along with the GNU C Library; if not, see
 # <http://www.gnu.org/licenses/>.
 
+# 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.