This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug inline-asm/38804] libgcj multilib fails if not able to exec "non" native programs
- From: "ro at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 18 Jul 2011 17:01:06 +0000
- Subject: [Bug inline-asm/38804] libgcj multilib fails if not able to exec "non" native programs
- Auto-submitted: auto-generated
- References: <bug-38804-4@http.gcc.gnu.org/bugzilla/>
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