This is the mail archive of the gcc-patches@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]

Re: [Patch ping][4.3,4.4]: Add support for --disable-libjava-multilib


On Mon, Mar 03, 2008 at 03:04:25PM +0100, Matthias Klose wrote:
> Andrew Haley writes:
> > Jack Howarth wrote:
> > >    Is there any chance of getting Jakub's addition of --disable-libjava-multilib
> > > support into both gcc trunk and 4.3?
> > > 
> > > http://gcc.gnu.org/ml/gcc-patches/2007-12/msg00703.html
> > > 
> > > It has been quite handy with our fink gcc43 package builds on darwin.
> > 
> > I think it's perhaps a bit too late for this in 4.3.  Trunk is OK.
> 
> while it would make sense, because a standard build breaks on Linux
> distributions not having a biarch gtk installed as well. For packaging
> every distribution patches this anyway.

E.g. Fedora typically will have gtk devel installed for both biarch arches,
if at all, so gcc build will work there out of the box.  The reason why
Fedora gcc is built with --disable-libjava-multilib is that
we want to package 32-bit binaries/shared libraries in 32-bit packages
and 64-bit binaries/shared libraries in 64-bit packages, so building
32-bit libjava on say x86_64 means just wasting a lot of resources
for something that is not going to be packaged anyway.

	Jakub


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