summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-19 22:18:08 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-19 22:18:08 +0100
commit5f1bdd99432c66a0d24f43a422eac031bf9cde7e (patch)
tree0ef36efec77fcb9079bd893c2e34388f8ecd107f /toolchain/gcc
parent46b2bb3001ce838ba2483a08418587d8a027f3a9 (diff)
parentefef6232a538b3294e4efd94480d1ec2ef727330 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index b1ce84f98..190cdf689 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -3,6 +3,9 @@
include $(TOPDIR)/rules.mk
include ../rules.mk
+
+TARGET_CFLAGS:= $(filter-out -fstack-protector,$(TARGET_CFLAGS))
+
include Makefile.inc
GCC_CONFOPTS= --prefix=$(STAGING_HOST_DIR) \