* configure.tgt: Set emulation for arm-*-eabi*.
[deliverable/binutils-gdb.git] / gas / configure.tgt
index 576e14e95302f42468692464aba1ea7810e32ae1..f180b5230b55a8cc18ed9a63535f39a28246a81b 100644 (file)
@@ -110,12 +110,12 @@ case ${generic_target} in
   arm-*-coff | thumb-*-coff)           fmt=coff ;;
   arm-*-rtems* | thumb-*-rtems*)       fmt=elf ;;
   arm-*-elf | thumb-*-elf)             fmt=elf ;;
-  arm-*-eabi*)                         fmt=elf ;;
+  arm-*-eabi*)                         fmt=elf em=armeabi ;;
   arm-*-symbianelf*)                   fmt=elf em=symbian ;;
   arm-*-kaos*)                         fmt=elf ;;
   arm-*-conix*)                                fmt=elf ;;
   arm-*-linux*aout*)                   fmt=aout em=linux ;;
-  arm-*-linux-gnueabi*)                        fmt=elf  em=armlinuxeabi ;;      
+  arm-*-linux-gnueabi*)                        fmt=elf  em=armlinuxeabi ;;
   arm-*-linux-gnu*)                    fmt=elf  em=linux ;;
   arm-*-uclinux*)                      fmt=elf  em=linux ;;
   arm-*-netbsdelf*)                    fmt=elf  em=nbsd ;;
This page took 0.022525 seconds and 4 git commands to generate.