* configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
[deliverable/binutils-gdb.git] / gas / configure.tgt
index e07bc553e18336c308cb406317194844b5b92136..77c1d9b59246c2e9d07be4b2cbca3376916dc7a7 100644 (file)
@@ -1,4 +1,21 @@
 # gas target specific configuration file.  This is a -*- sh -*- file.
+#
+#   Copyright 2012 Free Software Foundation
+#
+# This file is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING3.  If not see
+# <http://www.gnu.org/licenses/>.
+#
 
 # This is invoked by configure.  Putting it in a separate shell file
 # lets us skip running autoconf when modifying target specific
@@ -29,6 +46,8 @@ eval `echo $targ | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/cpu=\1 vendor=\2 os=\3/'`
 # endian and arch.
 # Note: This table is alpha-sorted, please try to keep it that way.
 case ${cpu} in
+  aarch64)             cpu_type=aarch64 endian=little ;;
+  aarch64_be)          cpu_type=aarch64 endian=big ;;
   alpha*)              cpu_type=alpha ;;
   am33_2.0)            cpu_type=mn10300 endian=little ;;
   arm*be|arm*b)                cpu_type=arm endian=big ;;
@@ -55,7 +74,8 @@ case ${cpu} in
   m6811|m6812|m68hc12) cpu_type=m68hc11 ;;
   m683??)              cpu_type=m68k ;;
   mep)                 cpu_type=mep endian=little ;;
-  microblaze*)         cpu_type=microblaze ;;
+  microblazeel*)       cpu_type=microblaze endian=little;;
+  microblaze*)         cpu_type=microblaze endian=big;;
   mips*el)             cpu_type=mips endian=little ;;
   mips*)               cpu_type=mips endian=big ;;
   mt)                  cpu_type=mt endian=big ;;
@@ -96,9 +116,12 @@ esac
 generic_target=${cpu_type}-$vendor-$os
 # Note: This table is alpha-sorted, please try to keep it that way.
 case ${generic_target} in
+  aarch64*-*-elf)                      fmt=elf;;
+  aarch64*-*-linux*)                   fmt=elf em=linux ;;
+
   alpha-*-*vms*)                       fmt=evax ;;
   alpha-*-osf*)                                fmt=ecoff ;;
-  alpha-*-linuxecoff*)                 fmt=ecoff ;;
+  alpha-*-linux*ecoff*)                        fmt=ecoff ;;
   alpha-*-linux-*)                     fmt=elf em=linux ;;
   alpha-*-netbsd*)                     fmt=elf em=nbsd ;;
   alpha-*-openbsd*)                    fmt=elf em=obsd ;;
@@ -231,7 +254,11 @@ case ${generic_target} in
   i386-*-msdos*)                       fmt=aout ;;
   i386-*-moss*)                                fmt=elf ;;
   i386-*-pe)                           fmt=coff em=pe ;;
-  i386-*-cygwin*)                      fmt=coff em=pe ;;
+  i386-*-cygwin*)
+   case ${cpu} in
+     x86_64*)                          fmt=coff em=pep ;;
+     i*)                               fmt=coff em=pe ;;
+   esac ;;
   i386-*-interix*)                     fmt=coff em=interix ;;
   i386-*-mingw*)
     case ${cpu} in
@@ -283,28 +310,21 @@ case ${generic_target} in
 
   mep-*-elf)                           fmt=elf ;;
 
+  metag-*-elf)                         fmt=elf ;;
+  metag-*-linux*)                      fmt=elf em=linux ;;
+
   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 ;;
-  mips-*-osf*)                         fmt=ecoff endian=little ;;
-  mips-*-ecoff*)                       fmt=ecoff ;;
-  mips-*-pe*)                          fmt=coff endian=little em=pe ;;
   mips-*-irix6*)                       fmt=elf em=irix ;;
   mips-*-irix5*)                       fmt=elf em=irix ;;
-  mips-*-irix*)                                fmt=ecoff em=irix ;;
-  mips-*-lnews*)                       fmt=ecoff em=lnews ;;
-  mips-*-riscos*)                      fmt=ecoff ;;
   mips*-*-linux*)                      fmt=elf em=tmips ;;
   mips*-*-freebsd* | mips*-*-kfreebsd*-gnu)
                                        fmt=elf em=freebsd ;;
   mips-*-sysv4*MP* | mips-*-gnu*)      fmt=elf em=tmips ;;
-  mips*-sde-elf*)                      fmt=elf em=tmips ;;
-  mips-*-sysv*)                                fmt=ecoff ;;
+  mips*-sde-elf* | mips*-mti-elf*)     fmt=elf em=tmips ;;
   mips-*-elf* | mips-*-rtems*)         fmt=elf ;;
   mips-*-netbsd*)                      fmt=elf em=tmips ;;
   mips-*-openbsd*)                     fmt=elf em=tmips ;;
@@ -324,6 +344,9 @@ case ${generic_target} in
 
   msp430-*-*)                          fmt=elf ;;
 
+  nios2-*-rtems*)                      fmt=elf ;;
+  nios2*-linux*)                       fmt=elf em=linux ;;
+
   ns32k-pc532-mach*)                   fmt=aout em=pc532mach ;;
   ns32k-pc532-ux*)                     fmt=aout em=pc532mach ;;
   ns32k-pc532-lites*)                  fmt=aout em=nbsd532 ;;
@@ -446,7 +469,7 @@ case ${generic_target} in
 esac
 
 case ${cpu_type} in
-  alpha | arm | i386 | ia64 | microblaze | mips | ns32k | pdp11 | ppc | sparc | z80 | z8k)
+  aarch64 | alpha | arm | i386 | ia64 | microblaze | mips | ns32k | pdp11 | ppc | sparc | z80 | z8k)
     bfd_gas=yes
     ;;
 esac
This page took 0.025791 seconds and 4 git commands to generate.