qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] CPPFLAGS+= in Makefile.target


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH] CPPFLAGS+= in Makefile.target
Date: Fri, 25 Jan 2008 16:03:10 +0000
User-agent: KMail/1.9.7

> Providing a definition in config-host.mak involves duplicating the
> value, which can't be right.  

Huh? No it doesn't. config-host.mak contains
CPPFLAGS=
then Makefile.target contains
CPPFLAGS+=whatever

> If there's no other way to do it then 
> there should be a reference to USER_CPPFLAGS or some such but frankly
> that's a pain and overkill.

Why don't you just put your custom flags in CFLAGS, not CPPFLAGS?
The former is deliberately left for the user to override.

Paul




reply via email to

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