summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index eb21fc4fd..aefc945a8 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -211,8 +211,8 @@ GCC_CONFOPTS+= --without-long-double-128 --with-abi=elfv2
endif
endif
-ifneq ($(ADK_TARGET_MIPS_ABI),)
-GCC_CONFOPTS+= --with-abi=${ADK_TARGET_MIPS_ABI}
+ifneq ($(ADK_TARGET_ABI_MIPS64),)
+GCC_CONFOPTS+= --with-abi=${ADK_TARGET_ABI_MIPS64}
endif
ifneq ($(ADK_TARGET_ABI_RISCV),)