diff options
author | DJ Delorie <dj@redhat.com> | 2003-04-17 21:30:52 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-04-17 21:30:52 +0000 |
commit | 09f7abda72c92dc0197643f5e01b40d7d384af65 (patch) | |
tree | a561e283be17be20899ccc2c387af5d6e4bf84a4 /configure.in | |
parent | f3c1c540516337d9742e06db9ea831018a4a0576 (diff) | |
download | newlib-09f7abda72c92dc0197643f5e01b40d7d384af65.zip newlib-09f7abda72c92dc0197643f5e01b40d7d384af65.tar.gz newlib-09f7abda72c92dc0197643f5e01b40d7d384af65.tar.bz2 |
* 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.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 45239e2..b4e8099 100644 --- a/configure.in +++ b/configure.in @@ -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}" ;; |