aboutsummaryrefslogtreecommitdiff
path: root/make.rules
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2010-12-03 15:02:36 +1100
committerThomas Huth <thuth@linux.vnet.ibm.com>2011-03-22 15:22:00 +0100
commit39426bad550f340dcf2b544ae23f465fbbbc42f5 (patch)
tree1974f16adec8b1322b4adeaa65783780a5ebeb25 /make.rules
parentcf69a59a3edefc3bea57cceea2cbedd25c7b680d (diff)
downloadSLOF-39426bad550f340dcf2b544ae23f465fbbbc42f5.zip
SLOF-39426bad550f340dcf2b544ae23f465fbbbc42f5.tar.gz
SLOF-39426bad550f340dcf2b544ae23f465fbbbc42f5.tar.bz2
Initial qemu/KVM board support
Added a new board for SLOF running on KVM/qemu. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Diffstat (limited to 'make.rules')
-rw-r--r--make.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.rules b/make.rules
index 00dd2c7..fc9dd6f 100644
--- a/make.rules
+++ b/make.rules
@@ -42,7 +42,7 @@ AR ?= $(CROSS)ar
RANLIB ?= $(CROSS)ranlib
CFLAGS ?= -g -O2 -fno-builtin -ffreestanding -nostdinc -msoft-float \
- -mno-altivec -mabi=no-altivec -Wall
+ -mno-altivec -mabi=no-altivec -Wall -fno-stack-protector
export CC AS LD CLEAN OBJCOPY OBJDUMP STRIP AR RANLIB CFLAGS