diff options
-rw-r--r-- | libc/Makefile.in | 2 | ||||
-rw-r--r-- | libpthread/linuxthreads/Makefile.in | 2 | ||||
-rw-r--r-- | libpthread/linuxthreads_db/Makefile.in | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/libc/Makefile.in b/libc/Makefile.in index 3d9e52830..88b61819a 100644 --- a/libc/Makefile.in +++ b/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 diff --git a/libpthread/linuxthreads/Makefile.in b/libpthread/linuxthreads/Makefile.in index 93bfd9099..4804a73c2 100644 --- a/libpthread/linuxthreads/Makefile.in +++ b/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 diff --git a/libpthread/linuxthreads_db/Makefile.in b/libpthread/linuxthreads_db/Makefile.in index 0a5c5a578..a066edd0e 100644 --- a/libpthread/linuxthreads_db/Makefile.in +++ b/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 |