This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Re: libstdc++ multilibs installed where gcc won't find them


Tom Tromey writes:
 > >>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:
 > 
 > Alexandre> So we had a problem, after all: libgcj.spec is to be
 > Alexandre> installed only in the primary multilib directory.
 > 
 > This seems like a potential bug.  Suppose some aspect of libgcj
 > configuration depends on the multilib?  Offhand I can't think of when
 > it would happen, though, so I guess we can continue to ignore it.
 > Certainly it doesn't happen now.

See libgcj.spec on x86_64:

*jc1: -fhash-synchronization -fuse-divide-subroutine %{m32:-fcheck-references}\
   -fuse-boehm-gc -fnon-call-exceptions -fkeep-inline-functions

You can see that it's easy to make the libgcj configuration depend on
the multilib.

Andrew.


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