diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-01-08 00:08:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-01-08 00:08:03 +0100 |
commit | 662e918e93567199b6fb566cc4901df9a502c25c (patch) | |
tree | 879e10168b2b24273488aa6a9daad86fdf35dfab /toolchain/gcc | |
parent | b5b72b1e8cc2267e69af149f48b755b97627e74e (diff) |
cosmetic changes for ABI selection
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile | 4 |
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),) |