On Mon, 15 Aug 2016 13:03:17 +0200 Christian Borntraeger <borntrae...@de.ibm.com> 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 <borntrae...@de.ibm.com> > --- > 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.