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. --- linuxthreads/Makeconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linuxthreads/Makeconfig') 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 -- cgit 1.4.1