]> git.proxmox.com Git - mirror_qemu.git/commit
pc-bios/s390-ccw: Fix the cc-option macro in the Makefile
authorThomas Huth <thuth@redhat.com>
Sun, 2 May 2021 11:07:46 +0000 (13:07 +0200)
committerThomas Huth <thuth@redhat.com>
Sun, 9 May 2021 16:46:00 +0000 (18:46 +0200)
commit3462ff35512e925df5ee8c079ed46d4c93b633a7
treedda8e6af9a826a9c5162ead8b610999ba6ace1d3
parent679196a646c91b8ce9a97b0aa81ffb3776cf8046
pc-bios/s390-ccw: Fix the cc-option macro in the Makefile

The cc-option macro is not doing what it should - compared with the
original from the rules.mak file that got removed with commit
660f793093 ("Makefile: inline the relevant parts of rules.mak"),
the arguments got changed and thus the macro is rather doubling
the QEMU_CFLAGS than adding the flag that should be tested.

Message-Id: <20210502174836.838816-3-thuth@redhat.com>
Fixes: 22fb2ab096 ("pc-bios/s390-ccw: do not use rules.mak")
Signed-off-by: Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/Makefile