From 5aa857e1c5478867235aee8c5b105131767458cf Mon Sep 17 00:00:00 2001 From: stefan Date: Wed, 4 Aug 2010 12:52:36 +0000 Subject: [PATCH] - add the compiler flag "-fno-stack-protector" git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@33 315a16e6-25f9-4109-90ae-ca3045a26c18 --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.example b/Makefile.example index 979a1503..1f6a9ae1 100644 --- a/Makefile.example +++ b/Makefile.example @@ -9,7 +9,7 @@ export ASM = nasm export ASMFLAGS = -felf32 export INCLUDE = -I$(TOPDIR)/include -I$(TOPDIR)/arch/$(ARCH)/include -I$(TOPDIR)/lwip/src/include -I$(TOPDIR)/lwip/src/include/ipv4 export CC = gcc -export CFLAGS = -m32 -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -fno-builtin $(INCLUDE) +export CFLAGS = -m32 -Wall -O -fno-stack-protector -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -fno-builtin $(INCLUDE) export AR = ar export ARFLAGS = rsv export RM = rm -rf