summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2024-04-22 23:05:19 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2024-04-23 17:14:29 +0200
commit000f88265848ea51e78e7e133f42e95033bef280 (patch)
treeb460130aa762250f66b08580d5b40bbb252ad7a2
parent340b28a72b53ed3951f1982a63efb5dab48543cf (diff)
downloadDistroKit-000f88265848ea51e78e7e133f42e95033bef280.tar.gz
DistroKit-000f88265848ea51e78e7e133f42e95033bef280.tar.xz
rpi1: update to OSELAS.Toolchain 2023.07.1
Use the bugfix toolchain release for rpi1 builds, and update the kernel config with default options. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Acked-by: Alexander Dahl <ada@thorsis.com>
-rw-r--r--configs/platform-rpi1/kernelconfig4
-rw-r--r--configs/platform-rpi1/platformconfig2
2 files changed, 3 insertions, 3 deletions
diff --git a/configs/platform-rpi1/kernelconfig b/configs/platform-rpi1/kernelconfig
index fc7fdee..29ea465 100644
--- a/configs/platform-rpi1/kernelconfig
+++ b/configs/platform-rpi1/kernelconfig
@@ -2,9 +2,9 @@
# Automatically generated file; DO NOT EDIT.
# Linux/arm 6.6 Kernel Configuration
#
-CONFIG_CC_VERSION_TEXT="arm-1136jfs-linux-gnueabihf-gcc (OSELAS.Toolchain-2023.07.0 13-20230624) 13.1.1 20230624"
+CONFIG_CC_VERSION_TEXT="arm-1136jfs-linux-gnueabihf-gcc (OSELAS.Toolchain-2023.07.1 13-20231118) 13.2.1 20231118"
CONFIG_CC_IS_GCC=y
-CONFIG_GCC_VERSION=130101
+CONFIG_GCC_VERSION=130201
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=24000
diff --git a/configs/platform-rpi1/platformconfig b/configs/platform-rpi1/platformconfig
index e0d0611..997e01a 100644
--- a/configs/platform-rpi1/platformconfig
+++ b/configs/platform-rpi1/platformconfig
@@ -68,7 +68,7 @@ PTXCONF_SYSROOT_CROSS="${PTXDIST_PLATFORMDIR}/sysroot-cross"
# toolchain
#
PTXCONF_CROSSCHAIN_VENDOR="OSELAS.Toolchain-2023.07"
-PTXCONF_CROSSCHAIN_CHECK="13.1.1"
+PTXCONF_CROSSCHAIN_CHECK="13.2.1"
PTXCONF_LIBC_GLIBC=y
# PTXCONF_LIBC_UCLIBC is not set
PTXCONF_GLIBC_VERSION="2.37"