Quellcode durchsuchen

Disable DOMULTI for these, because gcc-4.0.2 can't cope with them

Peter S. Mazinger vor 18 Jahren
Ursprung
Commit
40980904dd

+ 2 - 0
libc/Makefile.in

@@ -6,6 +6,8 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
+DOMULTI=n
+
 # we have SHARED_MAJORNAME=libc.so.$(MAJOR_VERSION) defined in Rules.mak
 LIB_NAME:=libc
 

+ 2 - 0
libpthread/linuxthreads/Makefile.in

@@ -22,6 +22,8 @@ ifeq ($(PTHREADS_DEBUG_SUPPORT),y)
 STRIP_FLAGS:=-X --strip-debug -R .note -R .comment
 endif
 
+DOMULTI=n
+
 LIB_NAME:=libpthread
 
 libpthread_DIR:=$(top_srcdir)libpthread/linuxthreads

+ 2 - 0
libpthread/linuxthreads_db/Makefile.in

@@ -18,6 +18,8 @@ ifeq ($(PTHREADS_DEBUG_SUPPORT),y)
 STRIP_FLAGS:=-X --strip-debug -R .note -R .comment
 endif
 
+DOMULTI=n
+
 LIB_NAME:=libthread_db
 libthread_db_FULL_NAME:=$(LIB_NAME)-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so