Skip to content
Commit c2390f16 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

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: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent c68c21ca
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment