diff options
author | Michael Eager <eager@gcc.gnu.org> | 2010-09-30 18:21:57 +0000 |
---|---|---|
committer | Michael Eager <eager@gcc.gnu.org> | 2010-09-30 18:21:57 +0000 |
commit | 809201325afb3d70e517d30a483b39251b1b6e27 (patch) | |
tree | 3e6ddc920dca714da86387abe482505839030906 /gcc/configure | |
parent | 51be162e8ebb3b173c7f93c7719a7bc6192cbc42 (diff) | |
download | gcc-809201325afb3d70e517d30a483b39251b1b6e27.tar.gz |
Check in support for Xilinx MicroBlaze processor.
From-SVN: r164756
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*-*-*) |