* configure.in: Recognize m5200 as a cpu_type of m68k.

* aclocal.m4: Rebuild with current libtool.
	* configure: Rebuild.
This commit is contained in:
Ian Lance Taylor
1998-06-03 19:12:08 +00:00
parent b5538863a0
commit 921d7728b0
3 changed files with 213 additions and 204 deletions

View File

@@ -1,3 +1,9 @@
Wed Jun 3 15:09:10 1998 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Recognize m5200 as a cpu_type of m68k.
* aclocal.m4: Rebuild with current libtool.
* configure: Rebuild.
Wed Jun 3 14:11:59 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* config/tc-m68k.c (md_estimate_size_before_relax): Add more calls

406
gas/configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ AC_INIT(as.h)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(gas, 2.9.1)
AM_INIT_AUTOMAKE(gas, 2.9.4)
AM_PROG_LIBTOOL
@@ -77,9 +77,10 @@ changequote([,])dnl
changequote(,)dnl
i[456]86) cpu_type=i386 ;;
m680[012346]0) cpu_type=m68k ;;
changequote([,])dnl
m68008) cpu_type=m68k ;;
m683??) cpu_type=m68k ;;
changequote([,])dnl
m5200) cpu_type=m68k ;;
m8*) cpu_type=m88k ;;
mips*el) cpu_type=mips endian=little ;;
# start-sanitize-r5900