Makefile: add -fno-stack-protector
Signed-off-by: Sean Cross <xobs@kosagi.com>
This commit is contained in:
parent
2a81feb153
commit
f8d8454fea
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ include mkenv.mk
|
|||
include magic.mk
|
||||
|
||||
CFLAGS = -march=armv5te -mfloat-abi=soft -Wall \
|
||||
-Os -ggdb -Iinclude -marm
|
||||
-Os -ggdb -Iinclude -marm -fno-stack-protector
|
||||
AFLAGS =
|
||||
|
||||
LDFLAGS = --nostdlib -T fernvale.ld
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue