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 cae66c5a2fa6c68e6b860d8de490112b7e6f75fd..1d95b87d301946d5cbb5523fd4e3e6cf1fda8afc 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 93afaca68395716ccfb6dca5f406fe3ae177af33..6b7a0cd43f5c4eb6ba8fd08afa4acb00f9b4939d 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"
     ;;
This page took 0.032982 seconds and 4 git commands to generate.