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

2013-12-06  Ralf Corsépius  <ralf.corsep...@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.

Reply via email to