diff options
author | eager <eager@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-30 18:21:57 +0000 |
---|---|---|
committer | eager <eager@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-30 18:21:57 +0000 |
commit | d34b0d1e4502f0a0879adac335534686cc5b550a (patch) | |
tree | 3e6ddc920dca714da86387abe482505839030906 /libgcc/config.host | |
parent | 789e0a776f923336e4d6b5f6cd845157cd0b0ad8 (diff) | |
download | gcc-d34b0d1e4502f0a0879adac335534686cc5b550a.tar.gz |
Check in support for Xilinx MicroBlaze processor.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164756 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index ab43da96cfb..f2d1983c874 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -107,6 +107,9 @@ m68k-*-*) ;; mep*-*-*) ;; +microblaze*-*-*) + cpu_type=microblaze + ;; mips*-*-*) cpu_type=mips ;; @@ -399,6 +402,9 @@ mcore-*-elf) ;; mcore-*-pe*) ;; +microblaze*-*-*) + tmake_file="microblaze/t-microblaze" + ;; mips-sgi-irix[56]*) ;; mips*-*-netbsd*) # NetBSD/mips, either endian. |