diff options
author | Maxim Kuvyrkov <maxim@codesourcery.com> | 2010-05-06 15:54:14 +0000 |
---|---|---|
committer | Maxim Kuvyrkov <mkuvyrkov@gcc.gnu.org> | 2010-05-06 15:54:14 +0000 |
commit | f24d84cccfc2a2753d485ffa11d3cf4bf30ad72a (patch) | |
tree | 1b0e6451d2752dc3d3e81561b7085eac747aa0f7 /gcc | |
parent | ef38b55137fbca9d9834c770e62ff46a7f20a181 (diff) | |
download | gcc-f24d84cccfc2a2753d485ffa11d3cf4bf30ad72a.zip gcc-f24d84cccfc2a2753d485ffa11d3cf4bf30ad72a.tar.gz gcc-f24d84cccfc2a2753d485ffa11d3cf4bf30ad72a.tar.bz2 |
* config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
From-SVN: r159110
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/m68k/uclinux.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 06988c8..f925089 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/m68k/uclinux.h b/gcc/config/m68k/uclinux.h index 835c443..a33d39b 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 |