2007-06-06 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / configure.tgt
index e7c7e23e5ade2a6ebb539ec2a728642353772ac5..c77cf8188dd08c39aa39e957619184a465cfd9ff 100644 (file)
@@ -37,6 +37,7 @@ case ${cpu} in
   c4x*)                        cpu_type=tic4x ;;
   crisv32)             cpu_type=cris arch=crisv32 ;;
   crx*)                        cpu_type=crx endian=little ;;
+  fido)                        cpu_type=m68k ;;
   hppa*)               cpu_type=hppa ;;
   i[3-7]86)            cpu_type=i386 arch=i386;;
   ia64)                        cpu_type=ia64 ;;
@@ -51,6 +52,7 @@ case ${cpu} in
   m6811|m6812|m68hc12) cpu_type=m68hc11 ;;
   m683??)              cpu_type=m68k ;;
   maxq)                        cpu_type=maxq ;;
+  mep-*-elf)           cpu_type=mep endian=big ;;
   mips*el)             cpu_type=mips endian=little ;;
   mips*)               cpu_type=mips endian=big ;;
   mt)                   cpu_type=mt endian=big ;;
@@ -79,7 +81,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 ;;
@@ -111,6 +113,7 @@ case ${generic_target} in
   arm-*-linux*aout*)                   fmt=aout em=linux ;;
   arm-*-linux-*eabi*)                  fmt=elf  em=armlinuxeabi ;;
   arm-*-linux-*)                       fmt=elf  em=linux ;;
+  arm-*-uclinux*eabi*)                 fmt=elf  em=armlinuxeabi ;;
   arm-*-uclinux*)                      fmt=elf  em=linux ;;
   arm-*-netbsdelf*)                    fmt=elf  em=nbsd ;;
   arm-*-*n*bsd*)                       fmt=aout em=nbsd ;;
@@ -211,7 +214,11 @@ case ${generic_target} in
   i386-*-pe)                           fmt=coff em=pe ;;
   i386-*-cygwin*)                      fmt=coff em=pe ;;
   i386-*-interix*)                     fmt=coff em=interix ;;
-  i386-*-mingw32*)                     fmt=coff em=pe ;;
+  i386-*-mingw*)
+    case ${cpu} in
+      x86_64*)                         fmt=coff em=pep ;;
+      i*)                              fmt=coff em=pe ;;
+    esac ;;
   i386-*-nto-qnx*)                     fmt=elf ;;
   i386-*-*nt*)                         fmt=coff em=pe ;;
   i386-*-chaos)                                fmt=elf ;;
@@ -252,6 +259,8 @@ case ${generic_target} in
 
   maxq-*-coff)                         fmt=coff bfd_gas=yes ;;
 
+  mep-*-elf)                           fmt=elf ;;
+
   mcore-*-elf)                         fmt=elf ;;
   mcore-*-pe)                          fmt=coff em=pe bfd_gas=yes ;;
 
@@ -328,7 +337,7 @@ case ${generic_target} in
   sh64*-*-netbsd*)                     fmt=elf em=nbsd ;;
   sh*-*-netbsdelf*)                    fmt=elf em=nbsd ;;
   sh*-*-symbianelf*)                   fmt=elf endian=little ;;
-  sh-*-elf*)                           fmt=elf ;;
+  sh-*-elf* | sh-*-uclinux* | sh[12]-*-uclinux*)       fmt=elf ;;
   sh-*-coff*)                          fmt=coff ;;
   sh-*-nto*)                           fmt=elf ;;
   sh-*-pe*)                            fmt=coff em=pe bfd_gas=yes endian=little ;;
@@ -362,6 +371,8 @@ case ${generic_target} in
     esac ;;
   sparc-*-openbsd*)                    fmt=elf em=nbsd ;;
 
+  spu-*-elf)                           fmt=elf ;;
+
   tic30-*-*aout*)                      fmt=aout bfd_gas=yes ;;
   tic30-*-*coff*)                      fmt=coff bfd_gas=yes ;;
   tic4x-*-* | c4x-*-*)                 fmt=coff bfd_gas=yes ;;
This page took 0.045997 seconds and 4 git commands to generate.