* 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

@ -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)