This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug inline-asm/38804] libgcj multilib fails if not able to exec "non" native programs


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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.07.18 17:00:08
                 CC|                            |ro at gcc dot gnu.org
          Component|libgcj                      |inline-asm
     Ever Confirmed|0                           |1

--- Comment #12 from Rainer Orth <ro at gcc dot gnu.org> 2011-07-18 17:00:08 UTC ---
It has always been the case that configure needs to be able to execute code
for all multilibs.  If you have a target where this is not possible (like
Solaris or IRIX), you need to configure with --disable-multilibs (or on some
targets restrict the set of multilibs built).  This has nothing to do with
libgcj, but affects most target libraries.

A documentation issue probably.

  Rainer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]