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 | 5b474aa89ab1bc0ebbd9572f556106f0014acfbb (patch) | |
tree | f0fc7e0d3e441e47966371ea32d02ee86d3109ae /configure | |
parent | 627bf7c1c73e713199b020c66973629ddcb8cc59 (diff) | |
download | fsf-binutils-gdb-5b474aa89ab1bc0ebbd9572f556106f0014acfbb.zip fsf-binutils-gdb-5b474aa89ab1bc0ebbd9572f556106f0014acfbb.tar.gz fsf-binutils-gdb-5b474aa89ab1bc0ebbd9572f556106f0014acfbb.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')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}" ;; |