From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Sun, 30 Aug 2020 23:32:03 +0200 Message-Id: <20200830213203.15562-7-rhi@pengutronix.de> In-Reply-To: <20200830213203.15562-1-rhi@pengutronix.de> References: <20200830213203.15562-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [DistroKit] [PATCH 6/6] x86_64: update to OSELAS.Toolchain 2020.08.0 List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: distrokit@pengutronix.de Cc: Roland Hieber Update to the latest toolchain, which was released this week. Signed-off-by: Roland Hieber --- configs/platform-x86_64/kernelconfig | 4 ++-- configs/platform-x86_64/platformconfig | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/platform-x86_64/kernelconfig b/configs/platform-x86_64/kernelconfig index d199140a9abd..16a7f379f7a1 100644 --- a/configs/platform-x86_64/kernelconfig +++ b/configs/platform-x86_64/kernelconfig @@ -4,10 +4,10 @@ # # -# Compiler: x86_64-unknown-linux-gnu-gcc (OSELAS.Toolchain-2019.09.1 9-20191130) 9.2.1 20191130 +# Compiler: x86_64-unknown-linux-gnu-gcc (OSELAS.Toolchain-2020.08.0 10-20200822) 10.2.1 20200822 # CONFIG_CC_IS_GCC=y -CONFIG_GCC_VERSION=90201 +CONFIG_GCC_VERSION=100201 CONFIG_CLANG_VERSION=0 CONFIG_CC_CAN_LINK=y CONFIG_CC_HAS_ASM_GOTO=y diff --git a/configs/platform-x86_64/platformconfig b/configs/platform-x86_64/platformconfig index 7a010f86ca5a..c36f02e84520 100644 --- a/configs/platform-x86_64/platformconfig +++ b/configs/platform-x86_64/platformconfig @@ -66,11 +66,11 @@ PTXCONF_SYSROOT_CROSS="${PTXDIST_PLATFORMDIR}/sysroot-cross" # # toolchain # -PTXCONF_CROSSCHAIN_VENDOR="OSELAS.Toolchain-2019.09" -PTXCONF_CROSSCHAIN_CHECK="9.2.1" +PTXCONF_CROSSCHAIN_VENDOR="OSELAS.Toolchain-2020.08" +PTXCONF_CROSSCHAIN_CHECK="10.2.1" PTXCONF_LIBC_GLIBC=y # PTXCONF_LIBC_UCLIBC is not set -PTXCONF_GLIBC_VERSION="2.30" +PTXCONF_GLIBC_VERSION="2.32" PTXCONF_GNU_TARGET="x86_64-unknown-linux-gnu" PTXCONF_COMPILER_PREFIX="${PTXCONF_GNU_TARGET}-" PTXCONF_COMPILER_PREFIX_KERNEL="${PTXCONF_COMPILER_PREFIX}" -- 2.28.0 _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de