]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/plugins: don't unconditionally add -Wpsabi
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 13 Jul 2020 20:04:09 +0000 (21:04 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 15 Jul 2020 10:52:43 +0000 (11:52 +0100)
commit777dddc501fa31bc9afff6de5e55dbf799e1703b
tree76850a04e655a79b0752ce77aa667daffbde546b
parent8cdf91243f7515f424b78d5469d64c34ee534783
tests/plugins: don't unconditionally add -Wpsabi

Not all compilers support the -Wpsabi (clang-9 in my case). To handle
this gracefully we pare back the shared build machinery so the
Makefile is relatively "standalone". We still take advantage of
config-host.mak as configure has done a bunch of probing for us but
that is it.

Fixes: bac8d222a
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20200713200415.26214-6-alex.bennee@linaro.org>
configure
tests/plugin/Makefile