Re: [Qemu-devel] [PATCH 2/4] build-sys: must link with -fstack-protector

2013-02-25 Thread Marc-André Lureau
self nack, it fails to link without libtool

Re: [Qemu-devel] [PATCH 2/4] build-sys: must link with -fstack-protector

2013-02-25 Thread Paolo Bonzini
Il 25/02/2013 18:56, Marc-André Lureau ha scritto: > From: Marc-André Lureau > > 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 ref

[Qemu-devel] [PATCH 2/4] build-sys: must link with -fstack-protector

2013-02-25 Thread Marc-André Lureau
From: Marc-André Lureau 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