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.