]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* configure.in (ia64*-*-hpux*): Disable building java libraries.
authorRoger Sayle <roger@eyesopen.com>
Fri, 2 Jan 2004 14:09:48 +0000 (14:09 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 2 Jan 2004 14:09:48 +0000 (14:09 +0000)
From-SVN: r75323

ChangeLog
configure.in

index 9f4f7f69b1c96817bdda4937fd58f14c657c1f34..1b38c25210591337be81b50eddf029eef776a402 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-02  Roger Sayle  <roger@eyesopen.com>
+
+       * configure.in (ia64*-*-hpux*): Disable building java libraries.
+
 2003-10-21  Matt Thomas  <matt@3am-software.com>
 
        * MAINTAINERS: Add myself as a vax port maintainer.
index 5921d16c96c2ddb214537a1f90ecd3834dbc6a04..c72233efe7719fdd9824aa99b41429b5f4722f17 100644 (file)
@@ -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}"