From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10333 invoked by alias); 27 May 2007 18:22:08 -0000 Received: (qmail 10319 invoked by uid 22791); 27 May 2007 18:22:07 -0000 X-Spam-Check-By: sourceware.org Received: from smtp110.sbc.mail.mud.yahoo.com (HELO smtp110.sbc.mail.mud.yahoo.com) (68.142.198.209) by sourceware.org (qpsmtpd/0.31) with SMTP; Sun, 27 May 2007 18:22:06 +0000 Received: (qmail 93354 invoked from network); 27 May 2007 18:22:05 -0000 Received: from unknown (HELO lucon.org) (hjjean@sbcglobal.net@75.61.94.53 with login) by smtp110.sbc.mail.mud.yahoo.com with SMTP; 27 May 2007 18:22:04 -0000 X-YMail-OSG: JG3bR.cVM1k14NEG4qHwmb5kE165Ltx.wWgyHvL4sWl4A6yaPquT6xceqYUL8Lm1VEudQshGQWfIyIMXcBVFuNEZxp1Qg.50fcyhRMb1Y8pKg_xAnfFRiW2ytFnhnA-- Received: by lucon.org (Postfix, from userid 500) id 9FD0946EEA5; Sun, 27 May 2007 11:22:03 -0700 (PDT) Date: Sun, 27 May 2007 18:25:00 -0000 From: "H. J. Lu" To: gcc-patches@gcc.gnu.org Cc: java-patches@gcc.gnu.org Subject: PATCH: PR libjava/32078: Update libtool in classpath Message-ID: <20070527182203.GA12846@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-05/txt/msg01824.txt.bz2 When libtool in gcc updated, libtool in classpath is out of sync and classpath failed to build inside libjava. This patch copies the new libtool from gcc toplevel with the modified libtool.m4: http://gcc.gnu.org/ml/gcc-patches/2007-05/msg01820.html With this patch plus a kludge: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32078#c12 I can build libjava on Linux/x86-64. H.J.