From: Jeff Holcomb Date: Mon, 3 Sep 2001 19:47:48 +0000 (+0000) Subject: 2001-09-03 Jeff Holcomb X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd1e52a4ee78488a95e6960679cb16e991d2aef1;p=binutils-gdb.git 2001-09-03 Jeff Holcomb * configure.in: Enable libstdc++-v3 for h8300 targets. --- diff --git a/ChangeLog b/ChangeLog index cae66c5a2fa..1d95b87d301 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-09-03 Jeff Holcomb + + * configure.in: Enable libstdc++-v3 for h8300 targets. + 2001-08-30 Eric Christopher Jason Eckhardt diff --git a/configure.in b/configure.in index 93afaca6839..6b7a0cd43f5 100644 --- a/configure.in +++ b/configure.in @@ -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" ;;