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:
Showing
- Makefile 9 additions, 9 deletionsMakefile
- Makefile.hw 3 additions, 3 deletionsMakefile.hw
- Makefile.target 32 additions, 32 deletionsMakefile.target
- configure 30 additions, 27 deletionsconfigure
- pc-bios/optionrom/Makefile 3 additions, 3 deletionspc-bios/optionrom/Makefile
- rules.mak 3 additions, 3 deletionsrules.mak
Loading
Please register or sign in to comment