diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-02-21 03:46:32 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-02-21 03:46:32 +0000 |
commit | 7713cb96cd9630d2cec27ecc16ad0b7aad9bd8f9 (patch) | |
tree | a5c43bc778fd7a302bb97945a5b76d43eb537da2 /configure.in | |
parent | 1fe4ec0766ce40141035f1d51e6dba3a75a82cc9 (diff) | |
download | gdb-7713cb96cd9630d2cec27ecc16ad0b7aad9bd8f9.zip gdb-7713cb96cd9630d2cec27ecc16ad0b7aad9bd8f9.tar.gz gdb-7713cb96cd9630d2cec27ecc16ad0b7aad9bd8f9.tar.bz2 |
Commit the other half of the top level configure change for enabling
the sim directory.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e190df9..d597639 100644 --- a/configure.in +++ b/configure.in @@ -428,7 +428,7 @@ case "${target}" in ;; # start-sanitize-d30v d30v-*-*) - noconfigdirs="$noconfigdirs sim tcl tk expect gcc gdb newlib ld target-librx target-libg++ target-libstdc++ target-libio target-libgloss" + noconfigdirs="$noconfigdirs tcl tk expect gcc gdb newlib ld target-librx target-libg++ target-libstdc++ target-libio target-libgloss" ;; # end-sanitize-d30v h8300*-*-* | \ |