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 | |
parent | b3ed1af38cf124ba195bad7eb0bd2a49a5af0a56 (diff) | |
download | gdb-64a383a412af2fc770d14fb26c87561759b1e00e.zip gdb-64a383a412af2fc770d14fb26c87561759b1e00e.tar.gz gdb-64a383a412af2fc770d14fb26c87561759b1e00e.tar.bz2 |
Add libgloss to d30v build list
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +start-sanitize-d30v +Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com> + + * configure.in (d30v-*-*): Configure target-libgloss on the D30V. + +end-sanitize-d30v Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com> * include/libiberty.h: Add extern "C" { so it can be used with C++ diff --git a/configure.in b/configure.in index bf8bbe2..77d74a4 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 |