From: Maxim Kuvyrkov Date: Thu, 6 May 2010 15:54:14 +0000 (+0000) Subject: * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h. X-Git-Tag: releases/gcc-4.6.0~7456 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f24d84cccfc2a2753d485ffa11d3cf4bf30ad72a;p=thirdparty%2Fgcc.git * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h. From-SVN: r159110 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 06988c83c8cf..f9250896a849 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-05-06 Maxim Kuvyrkov + + * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h. + 2010-05-06 Jan Hubicka PR tree-optimization/43791 diff --git a/gcc/config/m68k/uclinux.h b/gcc/config/m68k/uclinux.h index 835c4433bf9e..a33d39b8e4ca 100644 --- a/gcc/config/m68k/uclinux.h +++ b/gcc/config/m68k/uclinux.h @@ -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