From a8505a7159f0c7446257b21fb376f720e56e6886 Mon Sep 17 00:00:00 2001 From: Jeff Holcomb Date: Mon, 3 Sep 2001 19:47:48 +0000 Subject: 2001-09-03 Jeff Holcomb * configure.in: Enable libstdc++-v3 for h8300 targets. --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 93afaca..6b7a0cd 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" ;; -- cgit v1.1