From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25588 invoked by alias); 29 Apr 2014 17:39:24 -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 Received: (qmail 25563 invoked by uid 48); 29 Apr 2014 17:39:24 -0000 From: "00pebuis at bsu dot edu" To: java-prs@gcc.gnu.org Subject: [Bug java/61005] New: libgcj.spec openned when not needed (-S on command line) Date: Tue, 29 Apr 2014 17:39:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: java X-Bugzilla-Version: 4.8.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: 00pebuis at bsu dot edu X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q2/txt/msg00003.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61005 Bug ID: 61005 Summary: libgcj.spec openned when not needed (-S on command line) Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java Assignee: unassigned at gcc dot gnu.org Reporter: 00pebuis at bsu dot edu I get a libgcj.spec "no such file or directory" error message when cross-compiling on an x86 linux host with an ARM target. I'm using the -S option to emit assembly code and *not* converting to .o or linking. The libgcj.spec file describes how to link, so is unnedeed. It would seem to me that if -S is specified on the command it is just asking for trouble to attempt to open this .spec file. Of course, the *real* problem is in my Linux distro which didn't provide the needed .spec file for cross-compiling.