* elf32-xtensa.c (ebb_propose_action): Fix argument order.
[deliverable/binutils-gdb.git] / gas / configure.in
index 632a8fd99b66e559435ed049d3626301d772208f..b79617af2bd36c057656459dae80960748bef931 100644 (file)
@@ -129,6 +129,10 @@ changequote([,])dnl
       arm*b|xscale*b|strongarm*b) cpu_type=arm endian=big ;;
       arm*|xscale*|strongarm*)    cpu_type=arm endian=little ;;
       c4x*)            cpu_type=tic4x ;;
+      crisv32)         cpu_type=cris arch=crisv32
+                       AC_DEFINE_UNQUOTED(DEFAULT_CRIS_ARCH, $arch,
+                                          [Default CRIS architecture.])
+                       ;;
       crx*)            cpu_type=crx endian=little ;;
       hppa*)           cpu_type=hppa ;;
 changequote(,)dnl
@@ -145,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 ;;
@@ -206,8 +211,8 @@ changequote([,])dnl
       arm-*-coff | thumb-*-coff)       fmt=coff ;;
       arm-*-rtems* | thumb-*-rtems*)   fmt=elf ;;
       arm-*-elf | thumb-*-elf)         fmt=elf ;;
-      arm*-*-symbianelf* | arm*-*-eabi*) 
-                                        fmt=elf ;;
+      arm*-*-eabi*)                     fmt=elf ;;
+      arm*-*-symbianelf*)               fmt=elf em=symbian ;;
       arm-*-kaos*)                     fmt=elf ;;
       arm*-*-conix*)                   fmt=elf ;;
       arm-*-linux*aout*)               fmt=aout em=linux ;;
@@ -216,7 +221,6 @@ changequote([,])dnl
       arm-*-netbsdelf*)                 fmt=elf  em=nbsd ;;
       arm-*-*n*bsd*)                   fmt=aout em=nbsd ;;
       arm-**-nto*)                     fmt=elf ;;
-      arm-*-oabi | thumb-*-oabi)       fmt=elf ;;
       arm-epoc-pe | thumb-epoc-pe)     fmt=coff em=epoc-pe ;;
       arm-wince-pe | arm-*-wince)       fmt=coff em=wince-pe ;;
       arm-*-pe | thumb-*-pe)           fmt=coff em=pe ;;
@@ -224,8 +228,9 @@ changequote([,])dnl
 
       avr-*-*)                         fmt=elf ;;
 
-      cris-*-linux-gnu*)               fmt=multi bfd_gas=yes em=linux ;;
-      cris-*-*)                                fmt=multi bfd_gas=yes ;;
+      cris-*-linux-gnu* | crisv32-*-linux-gnu*)
+                                       fmt=multi bfd_gas=yes em=linux ;;
+      cris-*-* | crisv32-*-*)          fmt=multi bfd_gas=yes ;;
 
       crx-*-elf*)                      fmt=elf ;;
 
@@ -376,6 +381,8 @@ changequote([,])dnl
       m88k-motorola-sysv3*)            fmt=coff em=delt88 ;;
       m88k-*-coff*)                    fmt=coff ;;
 
+      maxq-*-coff)                     fmt=coff bfd_gas=yes ;;
+
       mcore-*-elf)                     fmt=elf ;;
       mcore-*-pe)                      fmt=coff em=pe bfd_gas=yes ;;
 
This page took 0.025511 seconds and 4 git commands to generate.