diff mbox

[libgcc] Add microblaze-*-rtems*

Message ID 52A202A1.1070203@rtems.org
State New
Headers show

Commit Message

Ralf Corsepius Dec. 6, 2013, 5 p.m. UTC
Hi,

I am going to apply the patch below to trunk and 4.8-branch.

It adds a copy of the microblaze-*-elf section for microblaze-rtems* to 
libgcc/config.host.

This is the missing patch I mentioned in
http://gcc.gnu.org/ml/gcc/2013-11/msg00548.html

Ralf

Comments

Michael Eager Dec. 6, 2013, 6:09 p.m. UTC | #1
On 12/06/13 09:00, Ralf Corsepius wrote:
> Hi,
>
> I am going to apply the patch below to trunk and 4.8-branch.
>
> It adds a copy of the microblaze-*-elf section for microblaze-rtems* to libgcc/config.host.
>
> This is the missing patch I mentioned in
> http://gcc.gnu.org/ml/gcc/2013-11/msg00548.html
>
> Ralf
>

OK.
diff mbox

Patch

2013-12-06  Ralf Corsépius  <ralf.corsepius@rtems.org>

	* config.host (microblaze-*-rtems*): New.

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 205749)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@ 
Index: config.host
===================================================================
--- config.host	(revision 205749)
+++ config.host	(working copy)
@@ -754,6 +754,10 @@ 
 	tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit"
 	extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o crti.o crtn.o"
 	;;
+microblaze*-*-rtems*)
+	tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit"
+	extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o crti.o crtn.o"
+	;;
 mips*-*-netbsd*)			# NetBSD/mips, either endian.
 	;;
 mips*-*-linux*)				# Linux MIPS, either endian.