Home
last modified time | relevance | path

Searched hist:"3 b463a3fa8f7690ffa3ef273993dff349b3a73d3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dconfigure3b463a3fa8f7690ffa3ef273993dff349b3a73d3 Wed Jul 02 03:05:24 CDT 2014 Miroslav Rezanina <mrezanin@redhat.com> Enforce stack protector usage

If --enable-stack-protector is used is used, configure script try to use
--fstack-protector-strong. In case it's not supported, --fstack-protector-all
is enabled. If both protectors are not supported, configure does not use
any protector at all without any notification.

This patch reports error when user requests stack protector to be used and
both protector modes are not supported. Behavior is not changed in case
user do not use any of --enable-stack-protector/--disable-stack-protector.

Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
[Fix non-POSIX operator in test. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>