qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 1/1] pc-bios/s390-ccw.img: Fix build


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH v2 1/1] pc-bios/s390-ccw.img: Fix build
Date: Tue, 16 Aug 2016 08:59:12 +0200

On Mon, 15 Aug 2016 13:03:17 +0200
Christian Borntraeger <address@hidden> wrote:

> Since
> commit a9c87304b76d ("build-sys: fix building with make CFLAGS=.. argument")
> 
> pc-bios/s390-ccw.img build might fail with
> 
> --- snip ---
> main.o: In function `virtio_setup':
> qemu/pc-bios/s390-ccw/main.c:117: undefined reference to `__stack_chk_fail'
> --- snip ---
> 
> Changing the CFLAGS to QEMU_CFLAGS does the trick. We also need to
> add -fno-strict-aliasing as this was filtered out.
> 
> Signed-off-by: Christian Borntraeger <address@hidden>
> ---
> V1->V2: use fno-strict-aliasing instead of changing the code
>  pc-bios/s390-ccw/Makefile | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

Thanks, applied.




reply via email to

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