qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: [PATCH 30/42] Rename CPPFLAGS to CFLAGS


From: malc
Subject: Re: [Qemu-devel] Re: [PATCH 30/42] Rename CPPFLAGS to CFLAGS
Date: Thu, 30 Jul 2009 14:27:02 +0400 (MSD)

On Thu, 30 Jul 2009, Juan Quintela wrote:

> Paolo Bonzini <address@hidden> wrote:
> 
> > ... agreed, that's why I don't care if you call it CPPFLAGS or
> > QEMU_CFLAGS or QEMU_CPPFLAGS.  I just want to preserve the distinction
> > between flags the user may want to override (optimization, debugging),
> > and flags the user should leave alone.
> 
> Ok, and what are that options?
> Looking at today Makefiles, the only things that I see that the user
> could want changing is:
>  -g
>  -O2
>  -fno-strict-aliasing
>  -fno-unit-at-a-time (ppc)

-fno-unit-at-a-time (-fno-toplevel-reorder which -fno-unit-at-a-time
implies actually) is no longer needed after BlueSwirls work on PPC's
translate.

>  -msmall-data (alpha)
>  -mno-sdata (ia64)
> 
> Rest of things are -I/-D stuff, that you don't want to touch from the
> command line at all.
> 
> Anything else?  Should that be enough?
> 
> Later, Juan.
> 
> 

-- 
mailto:address@hidden




reply via email to

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