From: Ben Elliston Date: Wed, 22 Nov 2006 23:46:27 +0000 (+0000) Subject: * config/spu/spu-elf.h (LIB_SPEC): Do not link with -lc_p. X-Git-Tag: releases/gcc-4.3.0~8327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6db20516db2e6745c1c6558a1dfb81f7a981a2ad;p=thirdparty%2Fgcc.git * config/spu/spu-elf.h (LIB_SPEC): Do not link with -lc_p. From-SVN: r119103 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5bb0ce3bfc60..4227e60c9a6f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-23 Ben Elliston + + * config/spu/spu-elf.h (LIB_SPEC): Do not link with -lc_p. + 2006-11-23 Zdenek Dvorak PR tree-optimization/29921 diff --git a/gcc/config/spu/spu-elf.h b/gcc/config/spu/spu-elf.h index f20a701e5d51..ee5e0150b9dd 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