Add OpenRISC support
[deliverable/binutils-gdb.git] / gas / configure.in
index b6823c433e8ef537e4f8bf54a41b7f80582ceda6..4ecf3d07c167f4434ff571c7daa370f9619db60c 100644 (file)
@@ -231,6 +231,8 @@ changequote([,])dnl
 
       h8300-*-rtems*)       fmt=coff ;;
       h8300-*-coff)         fmt=coff ;;
+      h8500-*-rtems*)       fmt=coff ;;
+      h8500-*-coff)         fmt=coff ;;
 
       i370-*-elf* | i370-*-linux*) fmt=elf ;;
       i386-ibm-aix*)        fmt=coff em=i386aix ;;
@@ -344,9 +346,10 @@ changequote([,])dnl
       mips-*-irix*)         fmt=ecoff ;;
       mips-*-lnews*)        fmt=ecoff em=lnews ;;
       mips-*-riscos*)       fmt=ecoff ;;
-      mips-*-sysv4*MP*)     fmt=elf em=tmips ;;
+      mips-*-sysv4*MP* | mips-*-linux-gnu* | mips-*-gnu*)
+                           fmt=elf em=tmips ;;
       mips-*-sysv*)         fmt=ecoff ;;
-      mips-*-elf* | mips-*-rtems* | mips-*-linux-gnu* | mips-*-gnu* | mips-*-openbsd*)
+      mips-*-elf* | mips-*-rtems* | mips-*-openbsd*)
                            fmt=elf ;;
       mips-*-vxworks*)      fmt=elf
                            AC_DEFINE(MIPS_STABS_ELF, 1,
@@ -447,7 +450,7 @@ changequote([,])dnl
 
       *-*-aout | *-*-scout)
                            fmt=aout ;;
-      *-*-freebsd*)        fmt=elf bfd_gas=yes ;;
+      *-*-freebsd*)        fmt=elf em=freebsd bfd_gas=yes ;;
       *-*-nindy*)
                            fmt=bout ;;
       *-*-bsd*)
@@ -621,8 +624,9 @@ changequote([,])dnl
       i386-*-coff)     emulation="i386coff" ;;
       i386-*-elf)      emulation="i386elf" ;;
 
-      # Always all formats.  Having a.out first makes it the default.
-      cris-*-*)                emulation="crisaout criself" ;;
+      # Always all formats.  The first stated emulation becomes the default.
+      cris-*-*aout*)   emulation="crisaout criself" ;;
+      cris-*-*)                emulation="criself crisaout" ;;
     esac
 
     emulations="$emulations $emulation"
This page took 0.023142 seconds and 4 git commands to generate.