summaryrefslogtreecommitdiffstats
path: root/toolchain.inc
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain.inc')
-rw-r--r--toolchain.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain.inc b/toolchain.inc
index 3e28bb9d0b1e..47e407f40ca1 100644
--- a/toolchain.inc
+++ b/toolchain.inc
@@ -72,7 +72,7 @@ CFLAGS_mips += -mno-abicalls -fno-pic
CFLAGS_x86_32 += -ffunction-sections -fdata-sections
CFLAGS_riscv += -ffunction-sections -fdata-sections
-CFLAGS_x86_64 += -mcmodel=large
+CFLAGS_x86_64 += -mcmodel=large -mno-red-zone
toolchain_to_dir = \
$(foreach arch,$(ARCH_SUPPORTED),\