public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/61005] New: libgcj.spec openned when not needed (-S on command line)
@ 2014-04-29 17:39 00pebuis at bsu dot edu
  2014-04-29 17:57 ` [Bug java/61005] " pinskia at gcc dot gnu.org
  2014-04-29 18:00 ` schwab@linux-m68k.org
  0 siblings, 2 replies; 3+ messages in thread
From: 00pebuis at bsu dot edu @ 2014-04-29 17:39 UTC (permalink / raw)
  To: java-prs

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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug java/61005] libgcj.spec openned when not needed (-S on command line)
  2014-04-29 17:39 [Bug java/61005] New: libgcj.spec openned when not needed (-S on command line) 00pebuis at bsu dot edu
@ 2014-04-29 17:57 ` pinskia at gcc dot gnu.org
  2014-04-29 18:00 ` schwab@linux-m68k.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2014-04-29 17:57 UTC (permalink / raw)
  To: java-prs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61005

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
No this .spec file is required as it sets options that are passed to jc1
depending on the target:

*jc1: -fhash-synchronization -fno-use-divide-subroutine  -fuse-boehm-gc
-fnon-call-exceptions    %{findirect-dispatch:-fPIC} -fkeep-inline-functions


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug java/61005] libgcj.spec openned when not needed (-S on command line)
  2014-04-29 17:39 [Bug java/61005] New: libgcj.spec openned when not needed (-S on command line) 00pebuis at bsu dot edu
  2014-04-29 17:57 ` [Bug java/61005] " pinskia at gcc dot gnu.org
@ 2014-04-29 18:00 ` schwab@linux-m68k.org
  1 sibling, 0 replies; 3+ messages in thread
From: schwab@linux-m68k.org @ 2014-04-29 18:00 UTC (permalink / raw)
  To: java-prs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61005

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WONTFIX                     |INVALID

--- Comment #2 from Andreas Schwab <schwab@linux-m68k.org> ---
Not a bug after all.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-29 18:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-29 17:39 [Bug java/61005] New: libgcj.spec openned when not needed (-S on command line) 00pebuis at bsu dot edu
2014-04-29 17:57 ` [Bug java/61005] " pinskia at gcc dot gnu.org
2014-04-29 18:00 ` schwab@linux-m68k.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).