merge from gcc
[deliverable/binutils-gdb.git] / gas / configure.in
index fbf253ee3ad1cf6f6a5d676844c8dad910edcf2a..2d93594d8b306c4941150448710e0ca0f5e57f94 100644 (file)
@@ -164,6 +164,8 @@ changequote([,])dnl
       sparc*)          cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c.
       v850*)           cpu_type=v850 ;;
       xtensa*)         cpu_type=xtensa arch=xtensa ;;
+      m32r)             cpu_type=m32r target_cpu=m32r endian=big ;;
+      m32rle)           cpu_type=m32r target_cpu=m32r endian=little ;;
       *)               cpu_type=${cpu} ;;
     esac
 
@@ -337,7 +339,8 @@ changequote([,])dnl
 
       iq2000-*-elf)                    fmt=elf bfd_gas=yes ;;
 
-      m32r-*-*)                                fmt=elf ;;
+      m32r-*-elf*)                     fmt=elf ;;
+      m32r-*-linux*)                   fmt=elf em=linux;;
 
       m68hc11-*-* | m6811-*-*)         fmt=elf ;;
       m68hc12-*-* | m6812-*-*)         fmt=elf ;;
@@ -356,6 +359,7 @@ changequote([,])dnl
       m68k-*-hpux*)                    fmt=hp300 em=hp300 ;;
       m68k-*-linux*aout*)              fmt=aout em=linux ;;
       m68k-*-linux-gnu*)               fmt=elf em=linux ;;
+      m68k-*-uclinux*)                 fmt=elf ;;
       m68k-*-gnu*)                     fmt=elf ;;
       m68k-*-lynxos*)                  fmt=coff em=lynx ;;
       m68k-*-netbsdelf*)               fmt=elf em=nbsd ;;
@@ -404,7 +408,13 @@ changequote([,])dnl
 
       ppc-*-pe | ppc-*-cygwin*)                fmt=coff em=pe ;;
       ppc-*-winnt*)                    fmt=coff em=pe ;;
-      ppc-*-aix5*)                     fmt=coff em=aix5 ;;
+changequote(,)dnl
+      ppc-*-aix5.[01])                 fmt=coff em=aix5 ;;
+changequote([,])dnl
+      ppc-*-aix5.*)                    fmt=coff em=aix5
+       AC_DEFINE(AIX_WEAK_SUPPORT, 1,
+                 [Define if using AIX 5.2 value for C_WEAKEXT.])
+      ;;
       ppc-*-aix*)                      fmt=coff ;;
       ppc-*-beos*)                     fmt=coff ;;
       ppc-*-*n*bsd* | ppc-*-elf*)      fmt=elf ;;
@@ -491,6 +501,7 @@ changequote([,])dnl
       vax-*-netbsdelf*)                        fmt=elf em=nbsd ;;
       vax-*-netbsd*)                   fmt=aout em=nbsd ;;
       vax-*-bsd* | vax-*-ultrix*)      fmt=aout ;;
+      vax-*-linux-gnu*)                        fmt=elf em=linux bfd_gas=yes ;;
       vax-*-vms)                       fmt=vms ;;
 
       w65-*-*)                         fmt=coff ;;
This page took 0.024212 seconds and 4 git commands to generate.