]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[multiple changes]
authorMatthias Klose <doko@debian.org>
Mon, 29 Mar 2004 19:16:43 +0000 (19:16 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Mon, 29 Mar 2004 19:16:43 +0000 (19:16 +0000)
2004-03-29  Matthias Klose  <doko@debian.org>

        2003-09-17  Daniel Jacobowitz  <drow@mvista.com>

        * config/rs6000/sysv4.h (LIB_LINUX_SPEC): Give -lpthread before -lc.

From-SVN: r80064

gcc/ChangeLog
gcc/config/rs6000/sysv4.h

index 71ca1457cc5525a3f45a00c877ad3e8bc0249576..4e9932d367f96ae5fc2692c36d2ba0a2ffc84199 100644 (file)
@@ -1,3 +1,9 @@
+2004-03-29  Matthias Klose  <doko@debian.org>
+
+       2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
+
+       * config/rs6000/sysv4.h (LIB_LINUX_SPEC): Give -lpthread before -lc.
+
 2004-03-29  Matthias Klose  <doko@debian.org>
 
        Backport:
index 26450e7ee273fdb237353a8a2defb9a7d5fff29f..d10d8443b15bcea4a9224f2f1a1d031285ee04f1 100644 (file)
@@ -1137,7 +1137,7 @@ do {                                              \
 %{!mnewlib: -lc }"
 #else
 #define LIB_LINUX_SPEC "%{mnewlib: --start-group -llinux -lc --end-group } \
-%{!mnewlib: %{shared:-lc} %{!shared: %{pthread:-lpthread } \
+%{!mnewlib: %{pthread:-lpthread} %{shared:-lc} %{!shared: \
 %{profile:-lc_p} %{!profile:-lc}}}"
 #endif