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 | dd1e52a4ee78488a95e6960679cb16e991d2aef1 (patch) | |
tree | 35285700d0d6a914e50ce9a0dc8a371ef94b5624 | |
parent | 9b5799b87b64bc9cf45b157694ac0b9202fdcc5f (diff) | |
download | gdb-dd1e52a4ee78488a95e6960679cb16e991d2aef1.zip gdb-dd1e52a4ee78488a95e6960679cb16e991d2aef1.tar.gz gdb-dd1e52a4ee78488a95e6960679cb16e991d2aef1.tar.bz2 |
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 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" ;; |