From d7890953a4950b58e6b449ffff666b4d85da77f4 Mon Sep 17 00:00:00 2001 From: Roger Sayle Date: Fri, 2 Jan 2004 14:09:48 +0000 Subject: [PATCH] * configure.in (ia64*-*-hpux*): Disable building java libraries. From-SVN: r75323 --- ChangeLog | 4 ++++ configure.in | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9f4f7f69b1c9..1b38c2521059 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-02 Roger Sayle + + * configure.in (ia64*-*-hpux*): Disable building java libraries. + 2003-10-21 Matt Thomas * MAINTAINERS: Add myself as a vax port maintainer. diff --git a/configure.in b/configure.in index 5921d16c96c2..c72233efe771 100644 --- a/configure.in +++ b/configure.in @@ -14,8 +14,8 @@ ## For more information on these two systems, check out the documentation ## for 'Autoconf' (autoconf.texi) and 'Configure' (configure.texi). -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, -# 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -416,7 +416,7 @@ case "${target}" in ;; ia64*-**-hpux*) # No gdb or ld support yet. - noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb ld" + noconfigdirs="$noconfigdirs ${libgcj} tix readline mmalloc libgui itcl gdb ld" ;; i[3456]86-*-coff | i[3456]86-*-elf) noconfigdirs="$noconfigdirs ${libgcj}" -- 2.47.2