* configure.in: Add cygmon and libstub support for mn10300.

This commit is contained in:
Mark Alexander 1998-06-12 02:47:09 +00:00
parent b8f9289f19
commit 529fce814e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
* configure.in: Add cygmon and libstub support for mn10300.
Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
* missing: Update to version from automake 1.3.

View File

@ -716,6 +716,9 @@ case "${target}" in
;;
mn10300-*-*)
noconfigdirs="$noconfigdirs"
if [ x${is_cross_compiler} != xno ] ; then
target_configdirs="${target_configdirs} target-libstub target-cygmon"
fi
;;
powerpc-*-aix*)
# copied from rs6000-*-* entry