* configure.in (arm*-*-symbianelf*): New target.
(arm*-*-eabi*): Likewise. * configure: Regenerated.
This commit is contained in:
parent
49d934f15e
commit
e51dace860
3 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-08-18 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* configure.in (arm*-*-symbianelf*): New target.
|
||||
(arm*-*-eabi*): Likewise.
|
||||
* configure: Regenerated.
|
||||
|
||||
2004-08-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
* config/tc-mips.c (append_insn): Handle delay slots in branch likely
|
||||
correctly.
|
||||
|
|
2
gas/configure
vendored
2
gas/configure
vendored
|
@ -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 ;;
|
||||
|
|
|
@ -206,6 +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-*-kaos*) fmt=elf ;;
|
||||
arm*-*-conix*) fmt=elf ;;
|
||||
arm-*-linux*aout*) fmt=aout em=linux ;;
|
||||
|
|
Loading…
Reference in a new issue