* configure.in: Add ms1 case.
* configure: Regenerate. * configure.tgt: Add ms1 case.
This commit is contained in:
parent
9e1f170fa9
commit
047af9efdb
4 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
||||||
|
2005-06-07 Aldy Hernandez <aldyh@redhat.com>
|
||||||
|
Michael Snyder <msnyder@redhat.com>
|
||||||
|
Stan Cox <scox@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Add ms1 case.
|
||||||
|
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
|
* configure.tgt: Add ms1 case.
|
||||||
|
|
||||||
2005-06-07 Bob Wilson <bob.wilson@acm.org>
|
2005-06-07 Bob Wilson <bob.wilson@acm.org>
|
||||||
|
|
||||||
* config/tc-xtensa.h (resource_table): Change units to unsigned chars.
|
* config/tc-xtensa.h (resource_table): Change units to unsigned chars.
|
||||||
|
|
4
gas/configure
vendored
4
gas/configure
vendored
|
@ -4688,6 +4688,10 @@ _ACEOF
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
ms1)
|
||||||
|
using_cgen=yes
|
||||||
|
;;
|
||||||
|
|
||||||
i386 | s390 | sparc)
|
i386 | s390 | sparc)
|
||||||
if test $this_target = $target ; then
|
if test $this_target = $target ; then
|
||||||
|
|
||||||
|
|
|
@ -317,6 +317,10 @@ changequote([,])dnl
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
ms1)
|
||||||
|
using_cgen=yes
|
||||||
|
;;
|
||||||
|
|
||||||
i386 | s390 | sparc)
|
i386 | s390 | sparc)
|
||||||
if test $this_target = $target ; then
|
if test $this_target = $target ; then
|
||||||
AC_DEFINE_UNQUOTED(DEFAULT_ARCH, "${arch}", [Default architecture.])
|
AC_DEFINE_UNQUOTED(DEFAULT_ARCH, "${arch}", [Default architecture.])
|
||||||
|
|
|
@ -50,6 +50,7 @@ case ${cpu} in
|
||||||
m683??) cpu_type=m68k ;;
|
m683??) cpu_type=m68k ;;
|
||||||
m5200) cpu_type=m68k ;;
|
m5200) cpu_type=m68k ;;
|
||||||
m8*) cpu_type=m88k ;;
|
m8*) cpu_type=m88k ;;
|
||||||
|
ms1) cpu_type=ms1 endian=big ;;
|
||||||
maxq) cpu_type=maxq ;;
|
maxq) cpu_type=maxq ;;
|
||||||
mips*el) cpu_type=mips endian=little ;;
|
mips*el) cpu_type=mips endian=little ;;
|
||||||
mips*) cpu_type=mips endian=big ;;
|
mips*) cpu_type=mips endian=big ;;
|
||||||
|
|
Loading…
Reference in a new issue