* Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the

previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
and restrap.
* Makefile.in:  Regenerate.

* configure.in (arm-*-netbsdelf*): Enable building java libraries.
* configure: Regenerated.
This commit is contained in:
DJ Delorie
2003-04-17 21:30:52 +00:00
parent 627bf7c1c7
commit 5b474aa89a
5 changed files with 20 additions and 4 deletions

View File

@ -349,6 +349,7 @@ case "${target}" in
# Skip some stuff that's unsupported on some NetBSD configurations.
case "${target}" in
i*86-*-netbsdelf*) ;;
arm*-*-netbsdelf*) ;;
*)
noconfigdirs="$noconfigdirs ${libgcj}"
;;