From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15517 invoked by alias); 4 Apr 2005 22:03:48 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 15501 invoked by uid 48); 4 Apr 2005 22:03:47 -0000 Date: Mon, 04 Apr 2005 22:03:00 -0000 From: "steve at netfuel dot com" To: java-prs@gcc.gnu.org Message-ID: <20050404220344.20761.steve@netfuel.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/20761] New: fastjar not correctly defined for cross compilers. X-Bugzilla-Reason: CC X-SW-Source: 2005-q2/txt/msg00035.txt.bz2 List-Id: Compiler fails to build native compiler when using a cross compiler. Build tries to use the java jar instead of $(target_noncanonical)-fastjar. Here is the patch. [steve@pascal libjava]$ cvs status configure.ac =================================================================== File: configure.ac Status: Locally Modified Working revision: 1.19.2.1 Repository revision: 1.19.2.1 /cvsroot/gcc/gcc/libjava/configure.ac,v Sticky Tag: gcc-4_0-branch (branch: 1.19.2) Sticky Date: (none) Sticky Options: (none) Index: configure.ac =================================================================== RCS file: /cvsroot/gcc/gcc/libjava/configure.ac,v retrieving revision 1.19.2.1 diff -r1.19.2.1 configure.ac 1092c1092 < ZIP=jar --- > ZIP='$(target_noncanonical)-fastjar' -- Summary: fastjar not correctly defined for cross compilers. Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: critical Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: steve at netfuel dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org GCC build triplet: all GCC host triplet: all GCC target triplet: all http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20761