]> git.proxmox.com Git - qemu.git/commit - Makefile.target
Rename CPPFLAGS to QEMU_CFLAGS
authorJuan Quintela <quintela@redhat.com>
Mon, 3 Aug 2009 12:46:21 +0000 (14:46 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 10 Aug 2009 18:05:39 +0000 (13:05 -0500)
commita558ee17761c3c9ef22792bd5097880ab92f1bf5
treefee2782d1652d2c4610432fd31a666173de77737
parentedc0edf0c6bdaf51a952c333527b0b9c3bf371d6
Rename CPPFLAGS to QEMU_CFLAGS

Now we have to variables: QEMU_CFLAGS: flags without which we can't compile
CFLAGS: "-g -O2"

We can now run:

make CFLAGS="-fbar" foo.o
make CFLAGS="" foo.o
make CFLAGS="-O3" foo.o

And it all should work.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Makefile
Makefile.hw
Makefile.target
configure
pc-bios/optionrom/Makefile
rules.mak