qemu-patch-raspberry4/pc-bios/s390-ccw
Christian Borntraeger c86c03cfd2 pc-bios/s390-ccw.img: Fix build
Since
commit a9c87304b7 ("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 <borntraeger@de.ibm.com>
Message-Id: <1471258997-5811-1-git-send-email-borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
2016-08-16 08:52:02 +02:00
..
bootmap.c pc-bios/s390-ccw: disambiguation of "No zIPL magic" message 2016-03-23 16:13:38 +01:00
bootmap.h pc-bios/s390-ccw: add utility functions and "export" some others 2016-03-23 16:13:38 +01:00
cio.h s390/IPL: Allow boot from other ssid than 0 2013-07-29 12:02:00 +02:00
iplb.h pc-bios/s390-ccw: Pass selected SCSI device to IPL 2016-07-11 09:48:05 +02:00
main.c pc-bios/s390-ccw: Pass selected SCSI device to IPL 2016-07-11 09:48:05 +02:00
Makefile pc-bios/s390-ccw.img: Fix build 2016-08-16 08:52:02 +02:00
s390-ccw.h pc-bios/s390-ccw: Get device address via diag 308/6 2016-05-17 15:50:29 +02:00
sclp-ascii.c s390-ccw.img: Consume service interrupts 2015-06-30 09:34:58 +02:00
sclp.h S390: ccw firmware: Add sclp output 2013-04-26 20:18:24 +02:00
scsi.h pc-bios/s390-ccw: add scsi definitions 2016-03-23 16:13:38 +01:00
start.S pc-bios/s390-ccw: Get device address via diag 308/6 2016-05-17 15:50:29 +02:00
virtio-scsi.c pc-bios/s390-ccw: Pass selected SCSI device to IPL 2016-07-11 09:48:05 +02:00
virtio-scsi.h pc-bios/s390-ccw: add virtio-scsi implementation 2016-03-23 16:13:38 +01:00
virtio.c pc-bios/s390-ccw: enable virtio-scsi 2016-03-23 16:13:38 +01:00
virtio.h pc-bios/s390-ccw: Pass selected SCSI device to IPL 2016-07-11 09:48:05 +02:00