diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2013-12-06 18:09:57 +0100 |
---|---|---|
committer | Ralf Corsepius <corsepiu@gcc.gnu.org> | 2013-12-06 18:09:57 +0100 |
commit | 3fa2ccb43019e7989e0264da177337709a9dfba5 (patch) | |
tree | 78161e062ffe7d78211fe38c10e5572722e41a8b /libgcc/config.host | |
parent | 7b823b4f6bdcfde203cf634f7bd9428b68b1de75 (diff) | |
download | gcc-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
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 4 |
1 files changed, 4 insertions, 0 deletions
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. |