[patch] gas/configure.in: Fix: handle arm-*-rtems*
Ralf Corsepius
corsepiu@faw.uni-ulm.de
Mon Sep 15 11:18:00 GMT 2003
Hi,
Could somebody please apply the patch below to binutils-2.14 and to
trunk.
Thanks
Ralf
-------------- next part --------------
2003-09-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Handle arm-*-rtems* and thumb-*rtems*.
* configure: Regenerate.
--- binutils-2.14/gas/configure.in.orig 2003-06-02 22:35:23.000000000 +0200
+++ binutils-2.14/gas/configure.in 2003-09-02 14:23:08.000000000 +0200
@@ -189,7 +189,7 @@
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 ;;
--- binutils-2.14/gas/configure.orig 2003-09-02 14:23:34.000000000 +0200
+++ binutils-2.14/gas/configure 2003-09-02 14:24:09.000000000 +0200
@@ -2395,7 +2395,7 @@
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 ;;
More information about the Binutils
mailing list