summaryrefslogtreecommitdiff
path: root/nptl/Makeconfig
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 /nptl/Makeconfig
parent63af556fef739fcd22deb496bab756b96a239b14 (diff)
* Makeconfig (shared-thread-library): Reverse link order to work
around linker bug.
Diffstat (limited to 'nptl/Makeconfig')
-rw-r--r--nptl/Makeconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/Makeconfig b/nptl/Makeconfig
index 381385a948..e7beea0ede 100644
--- a/nptl/Makeconfig
+++ b/nptl/Makeconfig
@@ -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