2001-09-03 Jeff Holcomb <jeffh@redhat.com>
authorJeff Holcomb <jeffh@redhat.com>
Mon, 3 Sep 2001 19:47:48 +0000 (19:47 +0000)
committerJeff Holcomb <jeffh@redhat.com>
Mon, 3 Sep 2001 19:47:48 +0000 (19:47 +0000)
        * configure.in: Enable libstdc++-v3 for h8300 targets.

ChangeLog
configure.in

index cae66c5..1d95b87 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
+
+       * configure.in: Enable libstdc++-v3 for h8300 targets.
+
 2001-08-30  Eric Christopher  <echristo@redhat.com>
            Jason Eckhardt  <jle@redhat.com>
 
index 93afaca..6b7a0cd 100644 (file)
@@ -702,7 +702,9 @@ case "${target}" in
           target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
     fi
     ;;
-  h8300*-*-* | \
+  h8300*-*-*)
+    noconfigdirs="$noconfigdirs target-libgloss"
+    ;;
   h8500-*-*)
     noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss target-libffi"
     ;;