diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-03-30 22:35:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-03-30 22:35:51 +0000 |
commit | f3aa01e2a492aac9cb1729204e02abac017a9b94 (patch) | |
tree | c8f8c193dfc9aa39ace2c6e129cbfced112e117b /gas/configure | |
parent | b5dc55444783e584e323d13cf5cbd55a6b595e63 (diff) | |
download | fsf-binutils-gdb-f3aa01e2a492aac9cb1729204e02abac017a9b94.zip fsf-binutils-gdb-f3aa01e2a492aac9cb1729204e02abac017a9b94.tar.gz fsf-binutils-gdb-f3aa01e2a492aac9cb1729204e02abac017a9b94.tar.bz2 |
* configure.in: Set version to 2.9.1.
* configure: Rebuild.
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/configure b/gas/configure index c3f0ad7..e8576f9 100755 --- a/gas/configure +++ b/gas/configure @@ -800,7 +800,7 @@ fi PACKAGE=gas -VERSION=2.8.2 +VERSION=2.9.1 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } @@ -1599,7 +1599,7 @@ EOF sh-*-elf*) fmt=elf ;; sh-*-coff*) fmt=coff ;; - sh-*-rtems*) fmt=elf ;; + sh-*-rtems*) fmt=coff ;; ns32k-pc532-mach* | ns32k-pc532-ux*) fmt=aout em=pc532mach ;; ns32k-pc532-netbsd* | ns32k-pc532-lites*) fmt=aout em=nbsd532 ;; |