diff options
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 3caf9a1d8..822a02dfb 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -56,7 +56,7 @@ config ADK_TOOLCHAIN_BINUTILS_KVX depends on ADK_TARGET_ARCH_KVX config ADK_TOOLCHAIN_BINUTILS_XTENSA - bool "xtensa-fdpic-abi-spec-1.1" + bool "xtensa-fdpic-abi-spec-1.2" depends on ADK_TARGET_ARCH_XTENSA endchoice diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 8d7b442b5..4e4f4f7ce 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -112,7 +112,7 @@ config ADK_TOOLCHAIN_GCC_KVX depends on ADK_TARGET_ARCH_KVX config ADK_TOOLCHAIN_GCC_XTENSA - bool "xtensa-fdpic-abi-spec-1.1" + bool "xtensa-fdpic-abi-spec-1.2" depends on ADK_TARGET_ARCH_XTENSA endchoice |