From ebd33d954b300cf05fc82f8b3cb5b4d9cbd707ed Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Sun, 30 Aug 2020 23:32:03 +0200 Subject: x86_64: update to OSELAS.Toolchain 2020.08.0 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(-) (limited to 'configs') diff --git a/configs/platform-x86_64/kernelconfig b/configs/platform-x86_64/kernelconfig index d199140..16a7f37 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 7a010f8..c36f02e 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}" -- cgit v1.2.3