From 950094f827cd10ee03bedbb9219cef325b1c03cf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 23 Apr 2003 06:09:13 +0000 Subject: * Makeconfig (shared-thread-library): Reverse link order to work around linker bug. --- nptl/Makeconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nptl/Makeconfig') 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 -- cgit v1.2.3