Add LM32 port.
[deliverable/binutils-gdb.git] / gas / configure.tgt
index 1b206d33945c5f7e8f08d5d4a1bed8b9cc77803b..0272b4e485235b30b92b11b4ee85e99f92820d2d 100644 (file)
@@ -44,6 +44,7 @@ case ${cpu} in
   ia64)                        cpu_type=ia64 ;;
   ip2k)                        cpu_type=ip2k endian=big ;; 
   iq2000)              cpu_type=iq2000 endian=big ;; 
+  lm32)                        cpu_type=lm32 ;;
   m32c)                        cpu_type=m32c endian=big ;;
   m32r)                        cpu_type=m32r endian=big ;;
   m32rle)              cpu_type=m32r endian=little ;;
@@ -246,6 +247,8 @@ case ${generic_target} in
 
   m32c-*-elf | m32c-*-rtems*)          fmt=elf ;;
 
+  lm32-*-*)                            fmt=elf ;;
+
   m32r-*-elf* | m32r-*-rtems*)         fmt=elf ;;
   m32r-*-linux*)                       fmt=elf em=linux;;
 
This page took 0.023869 seconds and 4 git commands to generate.