From 3e732ba0eeb8ffdf330721936137adcaeda58080 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Fri, 26 Nov 2004 01:24:42 +0000 Subject: configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs. * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs. (hppa*64*-*-*): Delete incorrect comment. * configure: Rebuilt. From-SVN: r91315 --- ChangeLog | 6 ++++++ configure | 4 ++-- configure.in | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index abcd029..b765375 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-11-25 John David Anglin + + * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs. + (hppa*64*-*-*): Delete incorrect comment. + * configure: Rebuilt. + 2004-11-24 Kelley Cook * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change. diff --git a/configure b/configure index 0fdca3d..4ecfff0 100755 --- a/configure +++ b/configure @@ -1312,13 +1312,13 @@ case "${target}" in # headers, crt*.o, etc., all of which are needed by these. noconfigdirs="$noconfigdirs target-zlib" ;; + parisc*-*-linux* | hppa*-*-linux*) + ;; hppa*-*-*elf* | \ - parisc*-*-linux* | hppa*-*-linux* | \ hppa*-*-lites* | \ hppa*-*-openbsd* | \ hppa*64*-*-*) noconfigdirs="$noconfigdirs ${libgcj}" - # Do configure ld/binutils/gas for this case. ;; hppa*-*-*) # According to Alexandre Oliva , libjava won't diff --git a/configure.in b/configure.in index 06d6a35..d244a55 100644 --- a/configure.in +++ b/configure.in @@ -534,13 +534,13 @@ case "${target}" in # headers, crt*.o, etc., all of which are needed by these. noconfigdirs="$noconfigdirs target-zlib" ;; + parisc*-*-linux* | hppa*-*-linux*) + ;; hppa*-*-*elf* | \ - parisc*-*-linux* | hppa*-*-linux* | \ hppa*-*-lites* | \ hppa*-*-openbsd* | \ hppa*64*-*-*) noconfigdirs="$noconfigdirs ${libgcj}" - # Do configure ld/binutils/gas for this case. ;; hppa*-*-*) # According to Alexandre Oliva , libjava won't -- cgit v1.1