summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>2013-12-06 17:09:57 +0000
committercorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>2013-12-06 17:09:57 +0000
commitd742e92d0ec9eaa46d95d16a145768ec0b505e2e (patch)
tree78161e062ffe7d78211fe38c10e5572722e41a8b
parent0af8a3537624e88336158d531363f4e7682852eb (diff)
downloadppe42-gcc-d742e92d0ec9eaa46d95d16a145768ec0b505e2e.tar.gz
ppe42-gcc-d742e92d0ec9eaa46d95d16a145768ec0b505e2e.zip
2013-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* config.host (microblaze-*-rtems*): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205751 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host4
2 files changed, 8 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 83f30dfd7a2..c6b80346095 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * config.host (microblaze-*-rtems*): New.
+
2013-12-04 Kugan Vivekanandarajah <kuganv@linaro.org>
* config/arm/bpapi-lib.h (TARGET_HAS_NO_HW_DIVIDE): Define for
diff --git a/libgcc/config.host b/libgcc/config.host
index 8feb8f2bd04..e5027b72aad 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -754,6 +754,10 @@ microblaze*-*-elf)
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.
OpenPOWER on IntegriCloud