Commit f24d84cc by Maxim Kuvyrkov Committed by Maxim Kuvyrkov

* config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.

From-SVN: r159110
parent ef38b551
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> 2010-05-06 Jan Hubicka <jh@suse.cz>
PR tree-optimization/43791 PR tree-optimization/43791
......
...@@ -35,7 +35,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -35,7 +35,7 @@ along with GCC; see the file COPYING3. If not see
profiling, or libg.a. */ profiling, or libg.a. */
#undef LIB_SPEC #undef LIB_SPEC
#define 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. */ /* Default to using -elf2flt with no options. */
#undef LINK_SPEC #undef LINK_SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment