* top.c (execute_command): Remove redundant comment.
[deliverable/binutils-gdb.git] / gas / configure.tgt
index 1539706882080071745fb1d7cc6aa655384c490d..777f798d4db84fa6dafebae421afbb59afede944 100644 (file)
@@ -55,6 +55,7 @@ case ${cpu} in
   m683??)              cpu_type=m68k ;;
   maxq)                        cpu_type=maxq ;;
   mep-*-elf)           cpu_type=mep endian=big ;;
+  microblaze*)         cpu_type=microblaze ;;
   mips*el)             cpu_type=mips endian=little ;;
   mips*)               cpu_type=mips endian=big ;;
   mt)                   cpu_type=mt endian=big ;;
@@ -279,6 +280,8 @@ case ${generic_target} in
   mcore-*-elf)                         fmt=elf ;;
   mcore-*-pe)                          fmt=coff em=pe bfd_gas=yes ;;
 
+  microblaze-*-*)                      fmt=elf ;;
+
   # don't change em like *-*-bsd does
   mips-sony-bsd*)                      fmt=ecoff ;;
   mips-*-ultrix*)                      fmt=ecoff endian=little ;;
@@ -425,7 +428,7 @@ case ${generic_target} in
 esac
 
 case ${cpu_type} in
-  alpha | arm | i386 | ia64 | mips | ns32k | pdp11 | ppc | sparc | z80 | z8k)
+  alpha | arm | i386 | ia64 | microblaze | mips | ns32k | pdp11 | ppc | sparc | z80 | z8k)
     bfd_gas=yes
     ;;
 esac
This page took 0.023317 seconds and 4 git commands to generate.