Patch attached - removes '-c' from $CPP invocation in
pc-bios/optionrom/Makefile
- $CPP was 'cpp' in my environment.
Maybe you should use $CC or $CXX with '-e' flag ? -
then no warning (error) would occur for '-c' .
qemu-v2.8.1-cpp_no-c.patch
Description: Binary data
On 08/04/2017, Jason Vas Dias wrote:
> Good day -
>
> After checking the v2.8.1 GIT tag into $SRC/qemu and configuring in a
> separate $BLD/qemu directory :
>
> $ $SRC/qemu/configure --prefix=/usr --libdir=/usr/lib64 \
>--sysconfdir=/etc --localstatedir=/var \
&
Good day -
After checking the v2.8.1 GIT tag into $SRC/qemu and configuring in a
separate $BLD/qemu directory :
$ $SRC/qemu/configure --prefix=/usr --libdir=/usr/lib64 \
--sysconfdir=/etc --localstatedir=/var \
--target-list=x86_64-linux-user,x86_64-softmmu,i386-linux-user,\
i386