Add libgloss to d30v build list

This commit is contained in:
Michael Meissner 1997-11-08 19:45:25 +00:00
parent b3ed1af38c
commit 64a383a412
2 changed files with 7 additions and 1 deletions

View File

@ -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++

View File

@ -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