* configure.in: Add cygmon and libstub support for mn10200.
authorMark Alexander <marka@cygnus>
Wed, 24 Jun 1998 05:44:46 +0000 (05:44 +0000)
committerMark Alexander <marka@cygnus>
Wed, 24 Jun 1998 05:44:46 +0000 (05:44 +0000)
ChangeLog
configure.in

index c004bd9..1f26351 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
+
+       * configure.in: Add cygmon and libstub support for mn10200.
+
+Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * Makefile.in (grep): Grep no longer depends on libiberty.
+
 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
 
        * Makefile.in: all-snavigator needs all-libgui.
index 27b23eb..5fc2340 100644 (file)
@@ -712,7 +712,10 @@ case "${target}" in
     noconfigdirs="$noconfigdirs emacs emacs19 target-libgloss"
     ;;
   mn10200-*-*)
-    noconfigdirs="$noconfigdirs target-libgloss"
+    noconfigdirs="$noconfigdirs"
+    if [ x${is_cross_compiler} != xno ] ; then
+          target_configdirs="${target_configdirs} target-libstub target-cygmon"
+    fi
     ;;
   mn10300-*-*)
     noconfigdirs="$noconfigdirs"