diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-11-08 19:45:25 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-11-08 19:45:25 +0000 |
commit | 64a383a412af2fc770d14fb26c87561759b1e00e (patch) | |
tree | 6bcf41badf9aabf5b8aafdd25f42fc7550e6abae /configure.in | |
parent | b3ed1af38cf124ba195bad7eb0bd2a49a5af0a56 (diff) | |
download | binutils-gdb-64a383a412af2fc770d14fb26c87561759b1e00e.tar.gz |
Add libgloss to d30v build list
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 bf8bbe26db8..77d74a41849 100644 --- a/configure.in +++ b/configure.in @@ -457,7 +457,7 @@ case "${target}" in ;; # start-sanitize-d30v d30v-*-*) - noconfigdirs="$noconfigdirs newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss target-libiberty target-newlib target-examples" + noconfigdirs="$noconfigdirs newlib target-librx target-libg++ target-libstdc++ target-libio target-libiberty target-newlib target-examples" # start-sanitize-ide noconfigdirs="$noconfigdirs libide vmake jstools" # end-sanitize-ide |