]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/spu/spu-elf.h (LIB_SPEC): Do not link with -lc_p.
authorBen Elliston <bje@au.ibm.com>
Wed, 22 Nov 2006 23:46:27 +0000 (23:46 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Wed, 22 Nov 2006 23:46:27 +0000 (10:46 +1100)
From-SVN: r119103

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

index 5bb0ce3bfc60bbe3ed29438366555eec1ea84e1d..4227e60c9a6f301a8439bf26a0fe719f6e2320a7 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 f20a701e5d51609645b018a4e7b8d3d240d70f81..ee5e0150b9dd93840a762c7c509ec4bc75ab8f13 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