This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]