]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
authorMaxim Kuvyrkov <maxim@codesourcery.com>
Thu, 6 May 2010 15:54:14 +0000 (15:54 +0000)
committerMaxim Kuvyrkov <mkuvyrkov@gcc.gnu.org>
Thu, 6 May 2010 15:54:14 +0000 (15:54 +0000)
From-SVN: r159110

gcc/ChangeLog
gcc/config/m68k/uclinux.h

index 06988c83c8cfd5b325610d97d74962926d86ed13..f9250896a849ad28e04d6cd5e2022fe7b3df17ca 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+       * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
+
 2010-05-06  Jan Hubicka  <jh@suse.cz>
 
        PR tree-optimization/43791
index 835c4433bf9e3fc1e909c4e07457172d5d998afb..a33d39b8e4ca67ab6661a81893f9247b58c0aa68 100644 (file)
@@ -35,7 +35,7 @@ along with GCC; see the file COPYING3.  If not see
    profiling, or libg.a.  */
 #undef LIB_SPEC
 #define LIB_SPEC \
-"%{mid-shared-library:%{!static-libc:-R libc.gdb%s}} -lc"
+"%{mid-shared-library:%{!static-libc:-R libc.gdb%s}} %{pthread:-lpthread} -lc"
 
 /* Default to using -elf2flt with no options.  */
 #undef LINK_SPEC