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

(arm*-*-eabi*): Likewise.
	* configure: Regenerated.
This commit is contained in:
Mark Mitchell
2004-08-19 18:11:00 +00:00
parent 49d934f15e
commit e51dace860
3 changed files with 10 additions and 0 deletions

2
gas/configure vendored
View File

@@ -4245,6 +4245,8 @@ for this_target in $target $canon_targets ; do
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-*-kaos*) fmt=elf ;;
arm*-*-conix*) fmt=elf ;;
arm-*-linux*aout*) fmt=aout em=linux ;;