Searched hist:aa527b65d8187b97d73f889b6cae7b6ac6f82d32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | 02ecd9fc73dc781a5ac0d8333c8071e6a28fe0e1 Sat Feb 06 14:34:49 CST 2010 Aurelien Jarno <aurelien@aurel32.net> configure: remove debugging code introduced in aa527b65d8187b97d73f889b6cae7b6ac6f82d32
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> aa527b65d8187b97d73f889b6cae7b6ac6f82d32 Sat Feb 06 14:22:19 CST 2010 Aurelien Jarno <aurelien@aurel32.net> configure: fix compilation on hosts without -fstack-protector-all
Commit a0f291fc101a7ab3e40850a329da2cc2f2cd1f2d has enabled -fstack-protector-all on all targets, as the configure test is bogus. GCC only emits a warning and not an error if this option is not supported, so the configure scripts doesn't detect the problem.
This patch changes the configure script to try the various flags with -Werror in addition to catch the possible warnings.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|