aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2013-12-06 17:09:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2013-12-06 17:09:57 +0000
commitcae1e8b3a3c36588bfbe22675b54496f1376d15d (patch)
tree78161e062ffe7d78211fe38c10e5572722e41a8b /libgcc/config.host
parentd5fd4ed16353cf231b99d7c74546ce14fd197260 (diff)
2013-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* config.host (microblaze-*-rtems*): New. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@205751 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host4
1 files changed, 4 insertions, 0 deletions
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.