From 09f7abda72c92dc0197643f5e01b40d7d384af65 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 17 Apr 2003 21:30:52 +0000 Subject: * 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. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 3fc3a72..8b10e66 100755 --- a/configure +++ b/configure @@ -1009,6 +1009,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}" ;; -- cgit v1.1