commit | c2390f16fc5b847a22f442a190d459beba07e86f | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Apr 11 15:51:19 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Apr 16 15:38:05 2019 +0200 |
tree | 062088ccc8f6e8d1afdb2c50f1c4166b6b4e355a | |
parent | c68c21ca929771a1f128d886359f9229d31cf80c [diff] |
selftests: kvm: fix for compilers that do not support -no-pie -no-pie was added to GCC at the same time as their configuration option --enable-default-pie. Compilers that were built before do not have -no-pie, but they also do not need it. Detect the option at build time. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>