diff options
author | Jeff Holcomb <jeffh@redhat.com> | 2001-09-03 19:47:48 +0000 |
---|---|---|
committer | Jeff Holcomb <jeffh@redhat.com> | 2001-09-03 19:47:48 +0000 |
commit | a8505a7159f0c7446257b21fb376f720e56e6886 (patch) | |
tree | b212779bb90cc84e66b7a7ab0c22181dc4b9c103 | |
parent | 2321ebb2aa21a1509aa97e3d4a57a34ab5d6db17 (diff) | |
download | cygnal-a8505a7159f0c7446257b21fb376f720e56e6886.tar.gz cygnal-a8505a7159f0c7446257b21fb376f720e56e6886.tar.bz2 cygnal-a8505a7159f0c7446257b21fb376f720e56e6886.zip |
2001-09-03 Jeff Holcomb <jeffh@redhat.com>
* configure.in: Enable libstdc++-v3 for h8300 targets.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 7 insertions, 1 deletions
@@ -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> diff --git a/configure.in b/configure.in index 93afaca68..6b7a0cd43 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" ;; |