Searched hist:"37746 c5eacf309fa019ea0fa45f776c36c561457" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | 37746c5eacf309fa019ea0fa45f776c36c561457 Mon Feb 25 16:31:12 CST 2013 Marc-André Lureau <mlureau@redhat.com> build-sys: must link with -fstack-protector
It is needed to give that flag to the linker as well, but latest libtool 2.4.2 still swallows that argument, so let's pass it with libtool -Wc argument.
qemu-1.4.0/stubs/arch-query-cpu-def.c:6: undefined reference to `__stack_chk_guard'
Signed-off-by: Marc-André Lureau <mlureau@redhat.com> Reviewed-by: Alon Levy <alevy@redhat.com>
|