2001-09-03 Jeff Holcomb <jeffh@redhat.com>

* configure.in: Enable libstdc++-v3 for h8300 targets.
This commit is contained in:
Jeff Holcomb 2001-09-03 19:47:48 +00:00
parent 2321ebb2aa
commit a8505a7159
2 changed files with 7 additions and 1 deletions

View File

@ -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>

View 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"
;;