* configure.tgt (arm*-*-symbianelf*): New target.

(arm*-*-eabi*): Likewise.
This commit is contained in:
Mark Mitchell 2004-08-19 18:11:42 +00:00
parent e51dace860
commit e77d3d77d0
2 changed files with 6 additions and 1 deletions

View 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.

View 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 ;;