about summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-04-23 06:09:13 +0000
committerRoland McGrath <roland@gnu.org>2003-04-23 06:09:13 +0000
commit950094f827cd10ee03bedbb9219cef325b1c03cf (patch)
tree945a2e21f9cc0c1e93026c98b0b9bc12f8e607ed /linuxthreads
parent63af556fef739fcd22deb496bab756b96a239b14 (diff)
downloadglibc-950094f827cd10ee03bedbb9219cef325b1c03cf.tar.gz
glibc-950094f827cd10ee03bedbb9219cef325b1c03cf.tar.xz
glibc-950094f827cd10ee03bedbb9219cef325b1c03cf.zip
* Makeconfig (shared-thread-library): Reverse link order to work
	around linker bug.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog5
-rw-r--r--linuxthreads/Makeconfig4
2 files changed, 7 insertions, 2 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index cf59f3cc63..59204cbc51 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -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
diff --git a/linuxthreads/Makeconfig b/linuxthreads/Makeconfig
index 2dfd58c99e..5470c22b97 100644
--- a/linuxthreads/Makeconfig
+++ b/linuxthreads/Makeconfig
@@ -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