diff options
Diffstat (limited to 'libpthread')
-rw-r--r-- | libpthread/Makefile | 2 | ||||
-rw-r--r-- | libpthread/linuxthreads/Makefile | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/libpthread/Makefile b/libpthread/Makefile index 9ae128ed2..abf9317d1 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -68,7 +68,7 @@ ifeq ($(strip $(UCLIBC_CTOR_DTOR)),y) SHARED_END_FILES = $(LIBGCC_DIR)crtendS.o $(TOPDIR)lib/crtn.o endif -ALL_SUBDIRS = linuxthreads linuxthreads_db +ALL_SUBDIRS = linuxthreads linuxthreads_db nptl nptl_db all: $(LIBPTHREAD) $(LIBTHREAD_DB) diff --git a/libpthread/linuxthreads/Makefile b/libpthread/linuxthreads/Makefile index 50fc20cdf..5752bf98c 100644 --- a/libpthread/linuxthreads/Makefile +++ b/libpthread/linuxthreads/Makefile @@ -39,10 +39,7 @@ CFLAGS :=$(CFLAGS:-O0=-O1) # set up system dependencies include dirs (NOTE: order matters!) PTDIR = $(TOPDIR)libpthread/linuxthreads/ -SYSDEPINC = -I$(PTDIR)sysdeps/unix/sysv/linux \ - -I$(PTDIR)sysdeps/pthread \ - -I$(PTDIR)sysdeps/unix/sysv \ - -I$(PTDIR)sysdeps/unix/unix \ +SYSDEPINC = -I$(PTDIR)sysdeps/pthread \ -I$(PTDIR)sysdeps/$(TARGET_ARCH) \ -I$(PTDIR)sysdeps \ -I$(TOPDIR)libc/sysdeps/linux/$(TARGET_ARCH) |