* configure.in (SUBTARGET_R3900): Define for mipstx39 target.

Document a replacement.
This commit is contained in:
Andrew Cagney 1998-05-12 05:36:47 +00:00
parent 771243c80c
commit 1a89994e08
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,12 @@
Tue May 12 15:22:11 1998 Andrew Cagney <cagney@b1.cygnus.com>
* configure.in (SUBTARGET_R3900): Define for mipstx39 target.
Document a replacement.
Fri May 8 17:48:19 1998 Ian Carmichael <iancarm@cygnus.com>
* interp.c (sim_monitor): Make mon_printf work.
Wed May 6 19:42:19 1998 Doug Evans <devans@canuck.cygnus.com>
* sim-main.h (INSN_NAME): New arg `cpu'.

View File

@ -32,10 +32,16 @@ esac
AC_SUBST(SIMCONF)
# DEPRECATED
#
# Instead of defining a `subtarget' macro, code should be checking
# the value of {STATE,CPU}_ARCHITECTURE to identify the architecture
# in question.
#
case "${target}" in
# start-sanitize-tx19
mipstx19*-*-*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
# end-sanitize-tx19
mipstx39*-*-*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
*) SIM_SUBTARGET="";;
esac
AC_SUBST(SIM_SUBTARGET)