From 543317246450d28830c36dd9489e9d8c0efc0755 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 18 Jan 2011 22:38:13 +0100 Subject: handle ssp support for glibc/eglibc/gcc --- toolchain/gcc/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolchain/gcc/Makefile') 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) \ -- cgit v1.2.3