summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads_db/Makefile
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-07-23 22:10:27 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-07-23 22:10:27 +0000
commit1d2230a7d275706c5f0de850e15527aae3744310 (patch)
tree55f15700b16f705aa953d5c4051b2e63ca72041a /libpthread/linuxthreads_db/Makefile
parent6fa52ec791e030081b7102f50222a13af7fa0d49 (diff)
downloaduClibc-alpine-1d2230a7d275706c5f0de850e15527aae3744310.tar.bz2
uClibc-alpine-1d2230a7d275706c5f0de850e15527aae3744310.tar.xz
Merge from trunk.
Diffstat (limited to 'libpthread/linuxthreads_db/Makefile')
-rw-r--r--libpthread/linuxthreads_db/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/libpthread/linuxthreads_db/Makefile b/libpthread/linuxthreads_db/Makefile
index d10e3131b..66015be12 100644
--- a/libpthread/linuxthreads_db/Makefile
+++ b/libpthread/linuxthreads_db/Makefile
@@ -29,13 +29,11 @@ SYSDEPS_DIR:=$(TARGET_ARCH)
endif
# set up system dependencies include dirs (NOTE: order matters!)
-SYSDEPINC = -I$(PTDIR)sysdeps/unix/sysv/linux \
- -I$(PTDIR)sysdeps/pthread \
- -I$(PTDIR)sysdeps/unix/sysv \
- -I$(PTDIR)sysdeps/unix/unix \
+PTDIR = $(TOPDIR)libpthread/linuxthreads/
+SYSDEPINC = -I$(PTDIR)sysdeps/pthread \
-I$(PTDIR)sysdeps/$(TARGET_ARCH) \
- -I$(PTDIR)sysdeps \
-I$(TOPDIR)libc/sysdeps/linux/$(TARGET_ARCH)
+#CFLAGS += $(SSP_ALL_CFLAGS)
CFLAGS += $(SYSDEPINC) -DLIBPTHREAD_SO="\"libpthread.so.$(MAJOR_VERSION)\""
CSRC= td_init.c td_log.c td_ta_delete.c td_ta_get_nthreads.c \