diff options
-rw-r--r-- | Makeconfig | 10 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -3,11 +3,11 @@ have-thread-library = yes -shared-thread-library = $(common-objpfx)libpthread/libpthread_nonshared.a \ - $(common-objpfx)libpthread/libpthread.so -static-thread-library = $(common-objpfx)libpthread/libpthread.a +shared-thread-library = $(common-objpfx)htl/libpthread_nonshared.a \ + $(common-objpfx)htl/libpthread.so +static-thread-library = $(common-objpfx)htl/libpthread.a bounded-thread-library = $(static-thread-library) -rpath-dirs += libpthread +rpath-dirs += htl -+includes += -I$(..)libpthread/include ++includes += -I$(..)htl/include @@ -278,7 +278,7 @@ $(inst_libdir)/libpthread2_pic.a: $(inst_libdir)/libpthread_pic.a ifeq ($(IN_GLIBC),yes) libc-link.so = $(common-objpfx)libc.so -extra-B-pthread.so = -B$(common-objpfx)libpthread/ +extra-B-pthread.so = -B$(common-objpfx)htl/ include ../Rules |