diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-22 23:46:27 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-22 23:46:27 +0000 |
commit | 2efea1f795df97c657b5c2e0462a4dd072ffe56c (patch) | |
tree | f0dbd2934683d1c7e1db4ec3c0232d15fb4b4508 /gcc/config/spu | |
parent | 90b56f40c147d5eff51e79d8d673d539c845a4d1 (diff) | |
download | gcc-2efea1f795df97c657b5c2e0462a4dd072ffe56c.tar.gz |
* config/spu/spu-elf.h (LIB_SPEC): Do not link with -lc_p.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119103 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/spu')
-rw-r--r-- | gcc/config/spu/spu-elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/spu/spu-elf.h b/gcc/config/spu/spu-elf.h index f20a701e5d5..ee5e0150b9d 100644 --- a/gcc/config/spu/spu-elf.h +++ b/gcc/config/spu/spu-elf.h @@ -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 |