Add support fpr MAXQ processor
[deliverable/binutils-gdb.git] / gas / configure.in
index e8d11f352e107b08f7c9d20ae29179c678b9888a..0de1d756e9b8fe74c2ae96cf2f6e7d63c7e5d074 100644 (file)
@@ -149,6 +149,7 @@ changequote([,])dnl
       m683??)          cpu_type=m68k ;;
       m5200)           cpu_type=m68k ;;
       m8*)             cpu_type=m88k ;;
+      maxq)             cpu_type=maxq ;;
       mips*el)         cpu_type=mips endian=little ;;
       mips*)           cpu_type=mips endian=big ;;
       or32*)           cpu_type=or32 endian=big ;;
@@ -380,6 +381,8 @@ changequote([,])dnl
       m88k-motorola-sysv3*)            fmt=coff em=delt88 ;;
       m88k-*-coff*)                    fmt=coff ;;
 
+      maxq-*-coff)                     fmt=coff ;;
+
       mcore-*-elf)                     fmt=elf ;;
       mcore-*-pe)                      fmt=coff em=pe bfd_gas=yes ;;
 
This page took 0.033525 seconds and 4 git commands to generate.