Commit 6db20516 by Ben Elliston Committed by Ben Elliston

* config/spu/spu-elf.h (LIB_SPEC): Do not link with -lc_p.

From-SVN: r119103
parent 0446c9f3
2006-11-23 Ben Elliston <bje@au.ibm.com>
* config/spu/spu-elf.h (LIB_SPEC): Do not link with -lc_p.
2006-11-23 Zdenek Dvorak <dvorakz@suse.cz>
PR tree-optimization/29921
......
......@@ -46,7 +46,7 @@
#define LINK_SPEC "%{mlarge-mem: --defsym __stack=0xfffffff0 }"
#define LIB_SPEC \
"-( %{!shared:%{g*:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}} -lgloss -)"
"-( %{!shared:%{g*:-lg}} -lc -lgloss -)"
/* Turn off warnings in the assembler too. */
#undef ASM_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