*** empty log message ***
[deliverable/binutils-gdb.git] / gas / configure.tgt
index ce4656124547fbf8835faba22d6eb52066911310..c79d2b20016a5072da8cae336bd9d6f260648727 100644 (file)
@@ -53,7 +53,7 @@ case ${cpu} in
   maxq)                        cpu_type=maxq ;;
   mips*el)             cpu_type=mips endian=little ;;
   mips*)               cpu_type=mips endian=big ;;
-  ms1)                  cpu_type=ms1 endian=big ;;
+  mt)                   cpu_type=mt endian=big ;;
   or32*)               cpu_type=or32 endian=big ;;
   pjl*)                        cpu_type=pj endian=little ;;
   pj*)                 cpu_type=pj endian=big ;;
@@ -62,6 +62,8 @@ case ${cpu} in
   rs6000*)             cpu_type=ppc ;;
   s390x*)              cpu_type=s390 arch=s390x ;;
   s390*)               cpu_type=s390 arch=s390 ;;
+  score*l)              cpu_type=score endian=little ;;
+  score*)               cpu_type=score endian=big ;;
   sh5le*)              cpu_type=sh64 endian=little ;;
   sh5*)                        cpu_type=sh64 endian=big ;;
   sh64le*)             cpu_type=sh64 endian=little ;;
@@ -77,7 +79,7 @@ case ${cpu} in
   strongarm*b)         cpu_type=arm endian=big ;;
   strongarm*)          cpu_type=arm endian=little ;;
   v850*)               cpu_type=v850 ;;
-  x86_64             cpu_type=i386 arch=x86_64;;
+  x86_64*)             cpu_type=i386 arch=x86_64;;
   xscale*be|xscale*b)  cpu_type=arm endian=big ;;
   xscale*)             cpu_type=arm endian=little ;;
   xtensa*)             cpu_type=xtensa arch=xtensa ;;
@@ -107,7 +109,7 @@ case ${generic_target} in
   arm-*-kaos*)                         fmt=elf ;;
   arm-*-conix*)                                fmt=elf ;;
   arm-*-linux*aout*)                   fmt=aout em=linux ;;
-  arm-*-linux-gnueabi*)                        fmt=elf  em=armlinuxeabi ;;
+  arm-*-linux-*eabi*)                  fmt=elf  em=armlinuxeabi ;;
   arm-*-linux-*)                       fmt=elf  em=linux ;;
   arm-*-uclinux*)                      fmt=elf  em=linux ;;
   arm-*-netbsdelf*)                    fmt=elf  em=nbsd ;;
@@ -210,9 +212,11 @@ case ${generic_target} in
   i386-*-cygwin*)                      fmt=coff em=pe ;;
   i386-*-interix*)                     fmt=coff em=interix ;;
   i386-*-mingw32*)                     fmt=coff em=pe ;;
+  i386-*-mingw64*)                     fmt=coff em=pep ;;
   i386-*-nto-qnx*)                     fmt=elf ;;
   i386-*-*nt*)                         fmt=coff em=pe ;;
   i386-*-chaos)                                fmt=elf ;;
+  i386-*-rdos*)                                fmt=elf ;;
 
   i860-*-*)                            fmt=elf endian=little ;;
 
@@ -265,9 +269,10 @@ case ${generic_target} in
   mips-*-riscos*)                      fmt=ecoff ;;
   mips*-*-linux*)                      fmt=elf em=tmips ;;
   mips-*-sysv4*MP* | mips-*-gnu*)      fmt=elf em=tmips ;;
+  mips*-sde-elf*)                      fmt=elf em=tmips ;;
   mips-*-sysv*)                                fmt=ecoff ;;
   mips-*-elf* | mips-*-rtems*)         fmt=elf ;;
-  mips-*-netbsd*)                      fmt=elf ;;
+  mips-*-netbsd*)                      fmt=elf em=tmips ;;
   mips-*-openbsd*)                     fmt=elf em=tmips ;;
 
   mmix-*-*)                            fmt=elf ;;
@@ -278,7 +283,7 @@ case ${generic_target} in
   mn10300-*-linux*)                    fmt=elf em=linux ;;
   mn10300-*-*)                         fmt=elf ;;
 
-  ms1-*-elf)                           fmt=elf bfd_gas=yes ;;
+  mt-*-elf)                            fmt=elf bfd_gas=yes ;;
 
   msp430-*-*)                          fmt=elf ;;
 
@@ -313,6 +318,8 @@ case ${generic_target} in
   s390-*-linux-*)                      fmt=elf em=linux ;;
   s390-*-tpf*)                         fmt=elf ;;
 
+  score-*-elf)                          fmt=elf ;;
+
   sh*-*-linux*)                                fmt=elf em=linux
     case ${cpu} in
       sh*eb)   endian=big ;;
@@ -334,7 +341,7 @@ case ${generic_target} in
 
   sparc-*-rtems*)                      fmt=elf ;;
   sparc-*-sunos4*)                     fmt=aout em=sun3 ;;
-  sparc-*-aout | sparc*-*-vxworks*)    fmt=aout em=sparcaout ;;
+  sparc-*-aout)                                fmt=aout em=sparcaout ;;
   sparc-*-coff)                                fmt=coff ;;
   sparc-*-linux*aout*)                 fmt=aout em=linux ;;
   sparc-*-linux-*)                     fmt=elf em=linux ;;
This page took 0.03499 seconds and 4 git commands to generate.