From 03324109d6034e3b02ecd1b3c65a9abcdc89ec9e Mon Sep 17 00:00:00 2001 From: Björn Esser Date: Mon, 16 Sep 2019 12:04:47 +0200 Subject: platform-{rpi,v[78]a}: toolchain version bump 2018.12.0 -> 2019.09.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A new OSELAS.Toolchain is out, with gcc-9.2.1 and glibc-2.30. Signed-off-by: Björn Esser --- configs/platform-rpi/platformconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs/platform-rpi') diff --git a/configs/platform-rpi/platformconfig b/configs/platform-rpi/platformconfig index 7db2f79..f395786 100644 --- a/configs/platform-rpi/platformconfig +++ b/configs/platform-rpi/platformconfig @@ -63,11 +63,11 @@ PTXCONF_SYSROOT_CROSS="${PTXDIST_PLATFORMDIR}/sysroot-cross" # # toolchain # -PTXCONF_CROSSCHAIN_VENDOR="OSELAS.Toolchain-2018.12" -PTXCONF_CROSSCHAIN_CHECK="8.2.1" +PTXCONF_CROSSCHAIN_VENDOR="OSELAS.Toolchain-2019.09" +PTXCONF_CROSSCHAIN_CHECK="9.2.1" PTXCONF_LIBC_GLIBC=y # PTXCONF_LIBC_UCLIBC is not set -PTXCONF_GLIBC_VERSION="2.28" +PTXCONF_GLIBC_VERSION="2.30" PTXCONF_GNU_TARGET="arm-1136jfs-linux-gnueabihf" PTXCONF_COMPILER_PREFIX="${PTXCONF_GNU_TARGET}-" PTXCONF_COMPILER_PREFIX_KERNEL="${PTXCONF_COMPILER_PREFIX}" -- cgit v1.2.3