Add ARM v5t, v5te and XScale support
[deliverable/binutils-gdb.git] / gas / configure.in
index c5762e8c4d7b671735084eb3c2db54127d3559d9..9531d2e4d4633ad73023859a1465792bf48b8b0a 100644 (file)
@@ -117,6 +117,7 @@ changequote([,])dnl
       armb*)           cpu_type=arm endian=little ;;
       armv*l)          cpu_type=arm endian=little ;;
       armv*b)          cpu_type=arm endian=big ;;
+      xscale*)         cpu_type=arm endian=little ;;
       strongarm*)      cpu_type=arm endian=little ;;
       thumb*)          cpu_type=arm endian=little ;;
       hppa*)           cpu_type=hppa ;;
@@ -406,6 +407,8 @@ changequote([,])dnl
 
       strongarm-*-coff)     fmt=coff ;;
       strongarm-*-elf)      fmt=elf ;;
+      xscale-*-coff)     fmt=coff ;;
+      xscale-*-elf)      fmt=elf ;;
 
       tic30-*-*aout*)      fmt=aout bfd_gas=yes ;;
       tic30-*-*coff*)       fmt=coff bfd_gas=yes ;;
This page took 0.032459 seconds and 4 git commands to generate.