kvm: bios: Fix Makefile to compile on Debian-based systems
commit9a0d68240e9ddd1b41a7f058779bfc2cd5ec8145
authorAmit Shah <amit.shah@redhat.com>
Thu, 4 Dec 2008 09:55:07 +0000 (4 09:55 +0000)
committerAvi Kivity <avi@redhat.com>
Sun, 7 Dec 2008 10:23:13 +0000 (7 12:23 +0200)
treeca3949495dbf46e6361560531c06b56143ea5fca
parentb5a2c0b5236d7021958b82d2a923ea66f56a9971
kvm: bios: Fix Makefile to compile on Debian-based systems

The -fno-stack-protector flag is needed to compile on Debian.
Check if this flag is available and use it if it is.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
kvm/bios/Makefile