OSDN Git Service

* config/spu/spu-elf.h (LIB_SPEC): Do not link with -lc_p.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Nov 2006 23:46:27 +0000 (23:46 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Nov 2006 23:46:27 +0000 (23:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119103 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/spu/spu-elf.h

index 5bb0ce3..4227e60 100644 (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
index f20a701..ee5e015 100644 (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