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 /gcc/configure | |
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 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index e01097cb069..c828627c05e 100755 --- a/gcc/configure +++ b/gcc/configure @@ -24484,7 +24484,7 @@ case "$target" in i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \ | x86_64*-*-* | hppa*-*-* | arm*-*-* \ | xstormy16*-*-* | cris-*-* | crisv32-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \ - | spu-*-* | fido*-*-* | m32c-*-*) + | spu-*-* | fido*-*-* | m32c-*-* | microblaze-*-*) insn="nop" ;; ia64*-*-* | s390*-*-*) |