diff mbox

[libgcc] sparc64-*-rtems*: Remove sparc/t-elf.

Message ID 5088FB12.1050600@rtems.org
State New
Headers show

Commit Message

Ralf Corsepius Oct. 25, 2012, 8:40 a.m. UTC
Hi,

I would like to apply the following patch to trunk and gcc-4_7-branch.
GCC doesn't build for sparc64-rtems* without it.

Ralf

Comments

Eric Botcazou Oct. 25, 2012, 10:53 a.m. UTC | #1
> I would like to apply the following patch to trunk and gcc-4_7-branch.
> GCC doesn't build for sparc64-rtems* without it.

Sure, thanks.
Ralf Corsepius Oct. 25, 2012, 12:11 p.m. UTC | #2
On 10/25/2012 12:53 PM, Eric Botcazou wrote:
>> I would like to apply the following patch to trunk and gcc-4_7-branch.
>> GCC doesn't build for sparc64-rtems* without it.
> Sure, thanks.
>
Thanks, patch applied to trunk and gcc-4_7-branch.

Ralf
diff mbox

Patch

2012-07-05  Ralf Corsépius <ralf.corsepius@rtems.org>

	* config.host (sparc64-*-rtems*): Remove sparc/t-elf.

diff --git a/libgcc/config.host b/libgcc/config.host
index 2259d47..bbf21a9 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -1057,7 +1058,7 @@  sparc64-*-elf*)
 	extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
 	;;
 sparc64-*-rtems*)
-	tmake_file="$tmake_file sparc/t-elf t-crtfm"
+	tmake_file="$tmake_file t-crtfm"
 	extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
 	;;
 sparc-wrs-vxworks)