]> sourceware.org Git - glibc.git/commitdiff
* Makeconfig (shared-thread-library): Reverse link order to work
authorRoland McGrath <roland@gnu.org>
Wed, 23 Apr 2003 06:09:13 +0000 (06:09 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 23 Apr 2003 06:09:13 +0000 (06:09 +0000)
around linker bug.

linuxthreads/ChangeLog
linuxthreads/Makeconfig
nptl/ChangeLog
nptl/Makeconfig

index cf59f3cc6309451af85d9a148d2fe9992d959b72..59204cbc51e244784e73bb28fee36560f4a97e6d 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-22  Roland McGrath  <roland@redhat.com>
+
+       * Makeconfig (shared-thread-library): Reverse link order to work
+       around linker bug.
+
 2003-04-20  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/i386/useldt.h (DO_SET_THREAD_AREA): Make sure the
index 2dfd58c99e06f2fb51b63ec0792b02e78021834c..5470c22b970724119d9f962566e72353191a7a13 100644 (file)
@@ -3,8 +3,8 @@
 
 have-thread-library = yes
 
-shared-thread-library = $(common-objpfx)linuxthreads/libpthread.so \
-                       $(common-objpfx)linuxthreads/libpthread_nonshared.a
+shared-thread-library = $(common-objpfx)linuxthreads/libpthread_nonshared.a \
+                       $(common-objpfx)linuxthreads/libpthread.so
 static-thread-library = $(common-objpfx)linuxthreads/libpthread.a
 bounded-thread-library = $(common-objpfx)linuxthreads/libpthread_b.a
 
index e71869fc20035d243e728bdaae6a0da643051b38..b1b68b4b3e6e6377d3ce3a217610bf34fdabfbc9 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-22  Roland McGrath  <roland@redhat.com>
+
+       * Makeconfig (shared-thread-library): Reverse link order to work
+       around linker bug.
+
 2003-04-22  Ulrich Drepper  <drepper@redhat.com>
 
        * semaphore.h: Fix typo in comment.
index 381385a9484a1401ab138692f48035ec364f413f..e7beea0ede2f437dc6761d5840cd2c512c18c56b 100644 (file)
@@ -22,8 +22,8 @@
 
 have-thread-library = yes
 
-shared-thread-library = $(common-objpfx)nptl/libpthread.so \
-                       $(common-objpfx)nptl/libpthread_nonshared.a
+shared-thread-library = $(common-objpfx)nptl/libpthread_nonshared.a \
+                       $(common-objpfx)nptl/libpthread.so
 static-thread-library = $(common-objpfx)nptl/libpthread.a
 bounded-thread-library = $(common-objpfx)nptl/libpthread_b.a
 
This page took 0.066813 seconds and 5 git commands to generate.