浏览代码

add -DNOT_IN_libc

Peter S. Mazinger 19 年之前
父节点
当前提交
08d5fc12a5
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      libpthread/linuxthreads.old_db/Makefile.in
  2. 1 1
      libpthread/linuxthreads_db/Makefile.in

+ 1 - 1
libpthread/linuxthreads.old_db/Makefile.in

@@ -6,7 +6,7 @@
 #
 #
 
 
 # Get the thread include dependencies and shared object name
 # Get the thread include dependencies and shared object name
-CFLAGS-linuxthreads.old_db := -DLIBPTHREAD_SO="\"libpthread.so.$(MAJOR_VERSION)\""
+CFLAGS-linuxthreads.old_db := -DNOT_IN_libc -DLIBPTHREAD_SO="\"libpthread.so.$(MAJOR_VERSION)\""
 
 
 LDFLAGS-libthread_db.so := $(LDFLAGS_NOSTRIP) -s --warn-unresolved-symbols
 LDFLAGS-libthread_db.so := $(LDFLAGS_NOSTRIP) -s --warn-unresolved-symbols
 
 

+ 1 - 1
libpthread/linuxthreads_db/Makefile.in

@@ -6,7 +6,7 @@
 #
 #
 
 
 # Get the thread include dependencies and shared object name
 # Get the thread include dependencies and shared object name
-CFLAGS-linuxthreads_db := -DLIBPTHREAD_SO="\"libpthread.so.$(MAJOR_VERSION)\""
+CFLAGS-linuxthreads_db := -DNOT_IN_libc -DLIBPTHREAD_SO="\"libpthread.so.$(MAJOR_VERSION)\""
 
 
 LDFLAGS-libthread_db.so := $(LDFLAGS_NOSTRIP) -s --warn-unresolved-symbols
 LDFLAGS-libthread_db.so := $(LDFLAGS_NOSTRIP) -s --warn-unresolved-symbols