forked from Imagelibrary/binutils-gdb
* configure.in: Recognize m5200 as a cpu_type of m68k.
* aclocal.m4: Rebuild with current libtool. * configure: Rebuild.
This commit is contained in:
@@ -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
406
gas/configure
vendored
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user