qemu-e2k/pc-bios/optionrom
Juan Quintela a558ee1776 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:
2009-08-10 13:05:39 -05:00
..
Makefile Rename CPPFLAGS to QEMU_CFLAGS 2009-08-10 13:05:39 -05:00
multiboot.S Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00
signrom.sh Fix checksum writing in signboot.sh 2009-08-10 13:05:30 -05:00