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.in | |
parent | 627bf7c1c73e713199b020c66973629ddcb8cc59 (diff) | |
download | gdb-5b474aa89ab1bc0ebbd9572f556106f0014acfbb.zip gdb-5b474aa89ab1bc0ebbd9572f556106f0014acfbb.tar.gz 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.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}" ;; |