* configure.in: Add cygmon and libstub support for mn10300.
authorMark Alexander <marka@cygnus>
Fri, 12 Jun 1998 02:47:09 +0000 (02:47 +0000)
committerMark Alexander <marka@cygnus>
Fri, 12 Jun 1998 02:47:09 +0000 (02:47 +0000)
ChangeLog
configure.in

index 611185d..68bd970 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 636e0ef..27b23eb 100644 (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