Re: [Qemu-devel] [PATCH v3 07/28] build-sys: must link with -fstack-protector

2013-05-13 Thread Laurent Desnogues
Hi, Another issue on my old distro. On Mon, Apr 22, 2013 at 5:04 PM, Alon Levy wrote: > 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/a

[Qemu-devel] [PATCH v3 07/28] build-sys: must link with -fstack-protector

2013-04-22 Thread Alon Levy
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