2006-12-13 Paul Brook <paul@codesourcery.com>
[binutils-gdb.git] / gas / configure.tgt
index e7c7e23e5ade2a6ebb539ec2a728642353772ac5..805da5c049c6d9fa2b33e0ff857d213d144f1899 100644 (file)
@@ -79,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 ;;
@@ -212,6 +212,7 @@ 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 ;;
@@ -362,6 +363,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 ;;