Skip to content

Commit 6f71c5c

Browse files
committed
arch/alpha: disable stack protector
Hard coded into GCC.
1 parent 13256a6 commit 6f71c5c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/alpha.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
CFLAGS_COMMON_ARCH=('-mieee' '-mcpu=ev4')
55
# Retro: Overriding mainline definitions, and take more interest in reducing code size.
66
CFLAGS_COMMON_ARCH+=('-O2' '-fno-tree-ch')
7+
# NOTE: Despite the stack growing downwards, they hardcoded
8+
# FRAME_GROWS_DOWNWARD to 0, so no stack protector support.
9+
AB_FLAGS_SSP=0

0 commit comments

Comments
 (0)