summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-19 18:24:35 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-19 18:24:35 +0100
commitf77a915ea102246477a57eae94b55329aa87eb45 (patch)
tree76805396e1e5bcf1ac6d53fd7de586c7d38516ec /toolchain/gcc
parentd787c28412cfd2bef52eb51bce33671caa6a8da2 (diff)
parent8519e56e04bbb3e5aaec150a35cfaeb9df60fb91 (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) \