]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
linux.h (LIB_SPEC): Use -lpthread when -pthread was specified.
authorMatthias Klose <doko@gcc.gnu.org>
Tue, 23 Dec 2003 08:58:00 +0000 (08:58 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Tue, 23 Dec 2003 08:58:00 +0000 (08:58 +0000)
2003-12-23  Matthias Klose  <doko@debian.org>

* config/mips/linux.h (LIB_SPEC): Use -lpthread when
-pthread was specified.

From-SVN: r74967

gcc/ChangeLog
gcc/config/mips/linux.h

index 68fbe4834ad885421ace92f51f0d90d3b685832b..5e0af2a3a336a3a408d5536a46f707e9f00ec7b0 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-23  Matthias Klose  <doko@debian.org>
+
+       * config/mips/linux.h (LIB_SPEC): Use -lpthread when
+       -pthread was specified.
+
 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        PR optimization/13394
 2003-12-22  Gabriel Dos Reis <gdr@integrable-solutions.net>
 
         PR target/11271
-       * reload.c: Revert last backport from mainline.  It breaks s390. 
+       * reload.c: Revert last backport from mainline.  It breaks s390.
 
 2003-12-21  Roger Sayle  <roger@eyesopen.com>
 
        * config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Define _ILP32
        when compiling in ILP32 mode.
 
-2003-12-21  Gabriel Dos Reis <gdr@integrable-solutions.net>    
+2003-12-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
 
-    Backport from mainline:    
+    Backport from mainline:
     2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
 
            PR target/11271
@@ -18409,4 +18414,3 @@ cp:
        * mips.h (FUNCTION_ARG_REGNO_P): Fix parentheses.
 
 See ChangeLog.7 for earlier changes.
-
index 3b757e0f041c3d8074b95691382cace2f70577d2..a0b9f2f111693f3a8fce61915a25a66b9ee60cbb 100644 (file)
@@ -257,5 +257,5 @@ void FN ()                                                  \
 #define LIB_SPEC "\
 %{shared: -lc} \
 %{!static:-rpath-link %R/lib:%R/usr/lib} \
-%{!shared: %{pthread:-lthread} \
+%{!shared: %{pthread:-lpthread} \
   %{profile:-lc_p} %{!profile: -lc}}"