* configure.in: Handle arm-*-rtems* and thumb-*rtems*.

* configure: Regenerate.
This commit is contained in:
Alan Modra 2003-09-16 00:45:49 +00:00
parent b3b9bb97ad
commit 28d297dea8
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-09-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Handle arm-*-rtems* and thumb-*rtems*.
* configure: Regenerate.
2003-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* config/tc-mips.c (HAVE_64BIT_ADDRESS_CONSTANTS): Remove.
@ -1627,7 +1632,7 @@
2003-03-25 Stan Cox <scox@redhat.com>
Nick Clifton <nickc@redhat.com>
Contribute support for Intel's iWMMXt chip - an ARM variant:
Contribute support for Intel's iWMMXt chip - an ARM variant:
* config/tc-arm.c: (ARM_CEXT_IWMMXT, ARM_ARCH_IWMMXT, WR_PREFIX,
WC_PREFIX, REG_TYPE_IWMMXT): New constants.

2
gas/configure vendored
View File

@ -4038,7 +4038,7 @@ for this_target in $target $canon_targets ; do
arm-*-aout) fmt=aout ;;
arm-*-coff | thumb-*-coff) fmt=coff ;;
arm-*-rtems | thumb-*-rtems) fmt=elf ;;
arm-*-rtems* | thumb-*-rtems*) fmt=elf ;;
arm-*-elf | thumb-*-elf) fmt=elf ;;
arm-*-kaos*) fmt=elf ;;
arm*-*-conix*) fmt=elf ;;

View File

@ -202,7 +202,7 @@ changequote([,])dnl
arm-*-aout) fmt=aout ;;
arm-*-coff | thumb-*-coff) fmt=coff ;;
arm-*-rtems | thumb-*-rtems) fmt=elf ;;
arm-*-rtems* | thumb-*-rtems*) fmt=elf ;;
arm-*-elf | thumb-*-elf) fmt=elf ;;
arm-*-kaos*) fmt=elf ;;
arm*-*-conix*) fmt=elf ;;