Add support for the Freescale s12z processor.
[deliverable/binutils-gdb.git] / gas / configure.tgt
index 67edc1d19782cda725fd307e665609658204afe1..3d0415c1aa494630e776e94381950c9c02b3576d 100644 (file)
@@ -75,6 +75,7 @@ case ${cpu} in
   m680[012346]0)       cpu_type=m68k ;;
   m6811|m6812|m68hc12) cpu_type=m68hc11 ;;
   m683??)              cpu_type=m68k ;;
+  s12z)               cpu_type=s12z ;;
   mep)                 cpu_type=mep endian=little ;;
   microblazeel*)       cpu_type=microblaze endian=little;;
   microblaze*)         cpu_type=microblaze endian=big;;
@@ -285,6 +286,8 @@ case ${generic_target} in
   m68k-*-gnu*)                         fmt=elf ;;
   m68k-*-netbsdelf*)                   fmt=elf em=nbsd ;;
 
+  s12z-*-*)                            fmt=elf ;;
+
   mep-*-elf)                           fmt=elf ;;
 
   metag-*-elf)                         fmt=elf ;;
This page took 0.025966 seconds and 4 git commands to generate.