diff options
-rw-r--r-- | target/config/Config.in.binutils | 2 | ||||
-rw-r--r-- | target/config/Config.in.compiler | 2 | ||||
-rw-r--r-- | toolchain/binutils/Makefile.inc | 2 | ||||
-rw-r--r-- | toolchain/gcc/Makefile.inc | 4 |
4 files changed, 5 insertions, 5 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 diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index 15c945c2c..e58f739cf 100644 --- a/toolchain/binutils/Makefile.inc +++ b/toolchain/binutils/Makefile.inc @@ -66,7 +66,7 @@ PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_XTENSA),y) -PKG_VERSION:= xtensa-fdpic-abi-spec-1.1 +PKG_VERSION:= xtensa-fdpic-abi-spec-1.2 PKG_GIT:= tag PKG_RELEASE:= 1 PKG_SITES:= https://github.com/jcmvbkbc/binutils-gdb-xtensa.git diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index 2b6132cd5..9b1f9dcac 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -98,12 +98,12 @@ PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz endif ifeq ($(ADK_TOOLCHAIN_GCC_XTENSA),y) -PKG_VERSION:= xtensa-fdpic-abi-spec-1.1 +PKG_VERSION:= xtensa-fdpic-abi-spec-1.2 PKG_GIT:= tag PKG_SITES:= https://github.com/jcmvbkbc/gcc-xtensa.git PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz -LIBSTDCXXVER:= 29 +LIBSTDCXXVER:= 30 endif ifeq ($(ADK_TOOLCHAIN_GCC_GIT),y) PKG_VERSION:= git |