diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-03-03 03:44:48 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-03-03 03:44:48 +0000 |
commit | 16a1b42c20b9e7845ea28f3d36f0656fb0e66746 (patch) | |
tree | c94e3c7c8e344dd4b9c431e82dae95504f784386 /configure.in | |
parent | a09e649c51c4c7b802de497355bb8b0fe2147b2f (diff) | |
download | gdb-16a1b42c20b9e7845ea28f3d36f0656fb0e66746.zip gdb-16a1b42c20b9e7845ea28f3d36f0656fb0e66746.tar.gz gdb-16a1b42c20b9e7845ea28f3d36f0656fb0e66746.tar.bz2 |
* configure.in (noconfigdirs): Disable target-newlib,
target-examples and target-libiberty for d30v.
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 695f2bd..83ec7bd 100644 --- a/configure.in +++ b/configure.in @@ -428,7 +428,7 @@ case "${target}" in ;; # start-sanitize-d30v d30v-*-*) - noconfigdirs="$noconfigdirs tcl tk expect gcc gdb newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss itcl db sn" + noconfigdirs="$noconfigdirs tcl tk expect gcc gdb newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss itcl db sn target-libiberty target-newlib target-examples" ;; # end-sanitize-d30v h8300*-*-* | \ |