* configure.tgt (arm*-*-symbianelf*): New target.
authorMark Mitchell <mark@codesourcery.com>
Thu, 19 Aug 2004 18:11:42 +0000 (18:11 +0000)
committerMark Mitchell <mark@codesourcery.com>
Thu, 19 Aug 2004 18:11:42 +0000 (18:11 +0000)
(arm*-*-eabi*): Likewise.

ld/ChangeLog
ld/configure.tgt

index 0bf150a124bf16d2058fc29bb709c7048f8e491f..f66ced59adbd4264b656ebb0282d0bed170f133e 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-19  Mark Mitchell  <mark@codesourcery.com>
+
+       * configure.tgt (arm*-*-symbianelf*): New target.
+       (arm*-*-eabi*): Likewise.
+
 2004-08-19  Jakub Jelinek  <jakub@redhat.com>
 
        * emultempl/ppc64elf.em (non_overlapping_opd): New variable.
index a26574e4d1a37f65d56004ea78dcb0d936a64d6f..6a7df24ad8cb57607e46640f85e7afe25eb17368 100644 (file)
@@ -255,7 +255,7 @@ arm-*-nto*)         targ_emul=armnto ;;
 arm-*-openbsd*)                targ_emul=armnbsd ;;
 arm-*-rtems*)          targ_emul=armelf ;;
 armeb-*-elf)           targ_emul=armelfb ;;
-arm-*-elf | arm-*-vxworks)
+arm-*-elf | arm-*-vxworks | arm*-*-symbianelf* | arm*-*-eabi*)
                        targ_emul=armelf ;;
 arm-*-kaos*)           targ_emul=armelf ;;
 arm9e-*-elf)           targ_emul=armelf ;;
This page took 0.044706 seconds and 4 git commands to generate.