lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTOR
[safe/jmp/linux-2.6] / arch / x86 / lguest / Makefile
index 27f0c9e..94e0e54 100644 (file)
@@ -1 +1,2 @@
 obj-y          := i386_head.o boot.o
+CFLAGS_boot.o  := $(call cc-option, -fno-stack-protector)