]> git.ipfire.org Git - thirdparty/qemu.git/commit
configure: Add -Werror to PIE probe
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 3 Apr 2020 19:11:50 +0000 (20:11 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 7 Apr 2020 15:19:49 +0000 (16:19 +0100)
commiteca7a8e6c08f80129ae0bab7d060da568ed90f20
tree61f1f7dae17151fc72610cd4c42a06e0aa989301
parent58d5e749d6663701f90931764f8bee6c76b0b1f1
configure: Add -Werror to PIE probe

Without -Werror, the probe may succeed, but then compilation fails
later when -Werror is added for other reasons.  Shows up on windows,
where the compiler complains about -fPIC.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200401214756.6559-1-richard.henderson@linaro.org>
Message-Id: <20200403191150.863-13-alex.bennee@linaro.org>
configure