mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
c2390f16fc
-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>