* config.bfd (arm*-*-symbianelf*): Use OS-specific target vectors.
[deliverable/binutils-gdb.git] / gas / configure.in
index 632a8fd99b66e559435ed049d3626301d772208f..e24d0e4b615311d955b99010d42b0c737af15454 100644 (file)
@@ -206,8 +206,8 @@ changequote([,])dnl
       arm-*-coff | thumb-*-coff)       fmt=coff ;;
       arm-*-rtems* | thumb-*-rtems*)   fmt=elf ;;
       arm-*-elf | thumb-*-elf)         fmt=elf ;;
-      arm*-*-symbianelf* | arm*-*-eabi*) 
-                                        fmt=elf ;;
+      arm*-*-eabi*)                     fmt=elf ;;
+      arm*-*-symbianelf*)               fmt=elf em=symbian ;;
       arm-*-kaos*)                     fmt=elf ;;
       arm*-*-conix*)                   fmt=elf ;;
       arm-*-linux*aout*)               fmt=aout em=linux ;;
This page took 0.035006 seconds and 4 git commands to generate.