소스 검색

add -DNOT_IN_libc

Peter S. Mazinger 20 년 전
부모
커밋
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
-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
 

+ 1 - 1
libpthread/linuxthreads_db/Makefile.in

@@ -6,7 +6,7 @@
 #
 
 # 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