diff options
author | Thomas Huth <thuth@redhat.com> | 2020-07-28 13:24:11 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-10-06 19:36:50 +0200 |
commit | 4f6a1eb886961f1f9da2d553c4b0e5ef69cd3801 (patch) | |
tree | b8fc6011dc08c7cf5db9d371d0ebde7ef1bb818a /stubs/isa-bus.c | |
parent | d7c5b788295426c1ef48a9ffc3432c51220f69ba (diff) | |
download | qemu-4f6a1eb886961f1f9da2d553c4b0e5ef69cd3801.zip qemu-4f6a1eb886961f1f9da2d553c4b0e5ef69cd3801.tar.gz qemu-4f6a1eb886961f1f9da2d553c4b0e5ef69cd3801.tar.bz2 |
pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-common
The main QEMU code is compiled with -std=gnu99, -fwrapv and -fno-common.
We should use the same flags for the s390-ccw bios, too, to avoid that
we get different behavior with different compiler versions that changed
their default settings in the course of time (it happened at least with
-std=... and -fno-common in the past already).
While we're at it, also group the other flags here in a little bit nicer
fashion: Move the two "-m" flags out of the "-f" area and specify them on
a separate line.
Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Acked-by: Janosch Frank <frankja@linux.ibm.com>
Message-Id: <20200806105349.632-2-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'stubs/isa-bus.c')
0 files changed, 0 insertions, 0 deletions