[PATCH] enable libstdc++-v3 for h8300 in configure.in

Jeff Holcomb jeffh@redhat.com
Mon Sep 3 12:48:00 GMT 2001


I committed this.

2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
 
        * configure.in: Enable libstdc++-v3 for h8300 targets.

Index: configure.in
===================================================================
RCS file: /cvs/src/src/configure.in,v
retrieving revision 1.40
diff -u -p -r1.40 configure.in
--- configure.in        2001/05/24 21:06:16     1.40
+++ configure.in        2001/09/03 19:45:46
@@ -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"
     ;;


--
Jeff Holcomb
jeffh@redhat.com
GDB Engineering
Red Hat, Inc.



More information about the Gdb-patches mailing list