]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Disable stack protector for BIOS code
authorPekka Enberg <penberg@kernel.org>
Tue, 18 Oct 2011 16:52:29 +0000 (19:52 +0300)
committerPekka Enberg <penberg@kernel.org>
Tue, 18 Oct 2011 16:52:29 +0000 (19:52 +0300)
commit605cd71c434e174e3368a3b38d851f2b080fbf05
treeebfc035f69c4f79dc865dc16f53b7ab69167dc84
parent15a0bb5ccae93c061c0345a6ce1fe6157628663c
kvm tools: Disable stack protector for BIOS code

This pach fixes the following build breakage on Ubuntu Linux, for example,
which enables GCC stack protector by default:

  CC       bios/int10.o
bios/int10.o: In function `vbe_get_info':
/home/penberg/linux-2.6/tools/kvm/bios/int10.c:120: undefined reference to `__stack_chk_fail'

Suggested-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile