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