Browse Source

Sync w/ nptl

Peter S. Mazinger 19 years ago
parent
commit
7fec9f921b
1 changed files with 1 additions and 3 deletions
  1. 1 3
      Rules.mak

+ 1 - 3
Rules.mak

@@ -408,7 +408,6 @@ PTDIR := $(top_builddir)libpthread/$(PTNAME)
 # set up system dependencies include dirs (NOTE: order matters!)
 ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y)
 PTINC:=	-I$(PTDIR)						\
-	-I$(PTDIR)/compat					\
 	-I$(PTDIR)/sysdeps/unix/sysv/linux/$(TARGET_ARCH)	\
 	-I$(PTDIR)/sysdeps/$(TARGET_ARCH)			\
 	-I$(PTDIR)/sysdeps/unix/sysv/linux			\
@@ -416,8 +415,7 @@ PTINC:=	-I$(PTDIR)						\
 	-I$(PTDIR)/sysdeps/pthread/bits				\
 	-I$(PTDIR)/sysdeps/generic				\
 	-I$(top_srcdir)ldso/ldso/$(TARGET_ARCH)			\
-	-I$(top_srcdir)ldso/include				\
-	-include $(PTDIR)/compat/libc-symbols.h
+	-I$(top_srcdir)ldso/include
 #
 # Test for TLS if NPTL support was selected.
 #