From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13024 invoked by alias); 27 Sep 2010 21:58:06 -0000 Received: (qmail 12999 invoked by uid 22791); 27 Sep 2010 21:58:05 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_20,MISSING_MID,TW_IB,TW_SV X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 27 Sep 2010 21:57:59 +0000 From: "andreas.frisch@multimedia-labs.de" To: java-prs@gcc.gnu.org Subject: [Bug libgcj/40868] ecjx.cc should be compiled by host gcc X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcj X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: andreas.frisch@multimedia-labs.de X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: tromey at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Mon, 27 Sep 2010 21:58:00 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2010-q3/txt/msg00066.txt.bz2 Message-ID: <20100927215800.3IkVMSS_QKyrE837qRjenIMRCM7MO9UB9DVCpfxf-9k@z> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40868 --- Comment #15 from Fraxinas 2010-09-27 21:57:43 UTC --- (In reply to comment #14) > Created attachment 21898 [details] > backport > > This is the backport I use against gcc-4.4 dear dima, thanks for that patch but it's not sufficient. it even applies and configures right but too many things had changed between release 4.4.4 and revision 163580. so the resulting generated makefile is faulty and leaves the variable @GCC_FOR_ECJX@ unsubtituted which causes compile to fail. instead, i did it like Andrew proposed and simply imported the entire libjava directory from svn head with which it works correctly. now i am struggeling to cross compile statically linked mipsel java code with a c++ .so linked to it...