aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2013-12-06 18:09:57 +0100
committerRalf Corsepius <corsepiu@gcc.gnu.org>2013-12-06 18:09:57 +0100
commit3fa2ccb43019e7989e0264da177337709a9dfba5 (patch)
tree78161e062ffe7d78211fe38c10e5572722e41a8b
parent7b823b4f6bdcfde203cf634f7bd9428b68b1de75 (diff)
downloadgcc-3fa2ccb43019e7989e0264da177337709a9dfba5.zip
gcc-3fa2ccb43019e7989e0264da177337709a9dfba5.tar.gz
gcc-3fa2ccb43019e7989e0264da177337709a9dfba5.tar.bz2
config.host (microblaze-*-rtems*): New.
2013-12-06 Ralf Corsépius <ralf.corsepius@rtems.org> * config.host (microblaze-*-rtems*): New. From-SVN: r205751
-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 83f30df..c6b8034 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 8feb8f2..e5027b7 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.