diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-27 17:38:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-27 17:38:22 +0200 |
commit | 446b66306f03a4e0861df775fe80b99c142513ea (patch) | |
tree | f47230b5eb5c56b27bba654ee53df0e5d565c336 /target | |
parent | d7516b653567d1d15d2fcce8d9ef07452b6cdcb5 (diff) |
xtensa: update to xtensa-fdpic-abi-spec-1.3
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.binutils | 2 | ||||
-rw-r--r-- | target/config/Config.in.compiler | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 9c04a1ff7..ef512dc56 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -60,7 +60,7 @@ config ADK_TOOLCHAIN_BINUTILS_KVX depends on ADK_TARGET_ARCH_KVX config ADK_TOOLCHAIN_BINUTILS_XTENSA - bool "xtensa-fdpic-abi-spec-1.2" + bool "xtensa-fdpic-abi-spec-1.3" depends on ADK_TARGET_ARCH_XTENSA endchoice diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index c0220da11..3f434043c 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -123,7 +123,7 @@ config ADK_TOOLCHAIN_GCC_KVX depends on ADK_TARGET_ARCH_KVX config ADK_TOOLCHAIN_GCC_XTENSA - bool "xtensa-fdpic-abi-spec-1.2" + bool "xtensa-fdpic-abi-spec-1.3" depends on ADK_TARGET_ARCH_XTENSA endchoice |