qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re : [Qemu-devel] [PATCH] Check for gcc3 only if compiling dyngen target


From: Sylvain Petreolle
Subject: Re : [Qemu-devel] [PATCH] Check for gcc3 only if compiling dyngen targets
Date: Fri, 22 Aug 2008 19:18:45 +0000 (GMT)

----- Message d'origine ----

> De : Anthony Liguori <address@hidden>
> À : address@hidden
> Envoyé le : Vendredi, 22 Août 2008, 20h01mn 51s
> Objet : Re: [Qemu-devel] [PATCH] Check for gcc3 only if compiling dyngen 
> targets
> 
> Hervé Poussineau wrote:
> > Hi,
> >
> > If no configured target needs dyngen, gcc3.x is not required. Currently,
> > you have to explicitly pass --disable-gcc-check flag to allow compilation.
> >
> > Attached patch removes gcc check if no selected target needs dyngen.
> > I had to move gcc4 detection later in the configure script
> >  
> 
> This patch breaks gcc3 autodetection in a subtle way.  You more the 
> autodetect down much further after $cc is used to compile a bunch of 
> test executables.  gcc3 autodetection may change $cc so all of those 
> compile tests are now invalid.
> 
> I posted a patch a while ago that did basically the same thing but 
> didn't suffer from this problem.  Paul Brook basically Nacked it though 
> as it's a lot of ugliness for little short term gain.  Let's wait a bit 
> longer and hope that the remaining targets get converted to TCG before 
> doing a partial switch to gcc4.
> 
> Regards,
> 
> Anthony Liguori
> 
> > Hervé
> >  


Currently --disable-gcc-check isnt documented, it only appears on failure to 
find 
compatible gcc (ie 3.x).

 
Kind regards,
Sylvain Petreolle




reply via email to

[Prev in Thread] Current Thread [Next in Thread]