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

From-SVN: r119103
This commit is contained in:
Ben Elliston 2006-11-22 23:46:27 +00:00 committed by Ben Elliston
parent 0446c9f3a7
commit 6db20516db
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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