* [DistroKit] [PATCH v2 0/7] Toolchain update
@ 2024-04-22 21:03 Ladislav Michl
2024-04-22 21:04 ` [DistroKit] [PATCH v2 1/7] mipsel: update to OSELAS.Toolchain 2023.07.1 Ladislav Michl
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: Ladislav Michl @ 2024-04-22 21:03 UTC (permalink / raw)
To: distrokit
Update toolchain to the latest stable release 2023.07.1.
The series is just rebased to apply again. No other changes
made.
Ladislav Michl (7):
mipsel: update to OSELAS.Toolchain 2023.07.1
mips: update to OSELAS.Toolchain 2023.07.1
rpi1: update to OSELAS.Toolchain 2023.07.1
v7a: update to OSELAS.Toolchain 2023.07.1
v7a_noneon: update to OSELAS.Toolchain 2023.07.1
v8a: update to OSELAS.Toolchain 2023.07.1
x86_64: update to OSELAS.Toolchain 2023.07.1
configs/platform-mips/kernelconfig | 4 ++--
configs/platform-mips/platformconfig | 2 +-
configs/platform-mipsel/kernelconfig | 6 +++---
configs/platform-mipsel/platformconfig | 2 +-
configs/platform-rpi1/kernelconfig | 4 ++--
configs/platform-rpi1/platformconfig | 2 +-
configs/platform-v7a/kernelconfig | 4 ++--
configs/platform-v7a/platformconfig | 2 +-
configs/platform-v7a_noneon/kernelconfig | 4 ++--
configs/platform-v7a_noneon/platformconfig | 2 +-
configs/platform-v8a/kernelconfig | 4 ++--
configs/platform-v8a/platformconfig | 2 +-
configs/platform-x86_64/kernelconfig | 4 ++--
configs/platform-x86_64/platformconfig | 2 +-
14 files changed, 22 insertions(+), 22 deletions(-)
--
2.39.2
^ permalink raw reply [flat|nested] 10+ messages in thread
* [DistroKit] [PATCH v2 1/7] mipsel: update to OSELAS.Toolchain 2023.07.1
2024-04-22 21:03 [DistroKit] [PATCH v2 0/7] Toolchain update Ladislav Michl
@ 2024-04-22 21:04 ` Ladislav Michl
2024-04-22 21:04 ` [DistroKit] [PATCH v2 2/7] mips: " Ladislav Michl
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Ladislav Michl @ 2024-04-22 21:04 UTC (permalink / raw)
To: distrokit
From: Ladislav Michl <ladis@linux-mips.org>
Use the bugfix toolchain release for mipsel 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>
---
configs/platform-mipsel/kernelconfig | 6 +++---
configs/platform-mipsel/platformconfig | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configs/platform-mipsel/kernelconfig b/configs/platform-mipsel/kernelconfig
index a8c8f1c..499b7b6 100644
--- a/configs/platform-mipsel/kernelconfig
+++ b/configs/platform-mipsel/kernelconfig
@@ -2,9 +2,9 @@
# Automatically generated file; DO NOT EDIT.
# Linux/mips 6.4.10 Kernel Configuration
#
-CONFIG_CC_VERSION_TEXT="mipsel-softfloat-linux-gnu-gcc (OSELAS.Toolchain-2023.07.0 13-20230624) 13.1.1 20230624"
+CONFIG_CC_VERSION_TEXT="mipsel-softfloat-linux-gnu-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
@@ -17,7 +17,7 @@ CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
CONFIG_CC_HAS_ASM_INLINE=y
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
-CONFIG_PAHOLE_VERSION=124
+CONFIG_PAHOLE_VERSION=0
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_TABLE_SORT=y
diff --git a/configs/platform-mipsel/platformconfig b/configs/platform-mipsel/platformconfig
index 5e134a3..ecab1b2 100644
--- a/configs/platform-mipsel/platformconfig
+++ b/configs/platform-mipsel/platformconfig
@@ -64,7 +64,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"
--
2.39.2
^ permalink raw reply [flat|nested] 10+ messages in thread
* [DistroKit] [PATCH v2 2/7] mips: update to OSELAS.Toolchain 2023.07.1
2024-04-22 21:03 [DistroKit] [PATCH v2 0/7] Toolchain update Ladislav Michl
2024-04-22 21:04 ` [DistroKit] [PATCH v2 1/7] mipsel: update to OSELAS.Toolchain 2023.07.1 Ladislav Michl
@ 2024-04-22 21:04 ` Ladislav Michl
2024-04-22 21:05 ` [DistroKit] [PATCH v2 3/7] rpi1: " Ladislav Michl
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Ladislav Michl @ 2024-04-22 21:04 UTC (permalink / raw)
To: distrokit
From: Ladislav Michl <ladis@linux-mips.org>
Use the bugfix toolchain release for mips 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>
---
configs/platform-mips/kernelconfig | 4 ++--
configs/platform-mips/platformconfig | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configs/platform-mips/kernelconfig b/configs/platform-mips/kernelconfig
index 19c8a10..a84595b 100644
--- a/configs/platform-mips/kernelconfig
+++ b/configs/platform-mips/kernelconfig
@@ -2,9 +2,9 @@
# Automatically generated file; DO NOT EDIT.
# Linux/mips 6.6.0 Kernel Configuration
#
-CONFIG_CC_VERSION_TEXT="mips-softfloat-linux-gnu-gcc (OSELAS.Toolchain-2023.07.0 13-20230624) 13.1.1 20230624"
+CONFIG_CC_VERSION_TEXT="mips-softfloat-linux-gnu-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-mips/platformconfig b/configs/platform-mips/platformconfig
index a7483be..0c787e9 100644
--- a/configs/platform-mips/platformconfig
+++ b/configs/platform-mips/platformconfig
@@ -64,7 +64,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"
--
2.39.2
^ permalink raw reply [flat|nested] 10+ messages in thread
* [DistroKit] [PATCH v2 3/7] rpi1: update to OSELAS.Toolchain 2023.07.1
2024-04-22 21:03 [DistroKit] [PATCH v2 0/7] Toolchain update Ladislav Michl
2024-04-22 21:04 ` [DistroKit] [PATCH v2 1/7] mipsel: update to OSELAS.Toolchain 2023.07.1 Ladislav Michl
2024-04-22 21:04 ` [DistroKit] [PATCH v2 2/7] mips: " Ladislav Michl
@ 2024-04-22 21:05 ` Ladislav Michl
2024-04-22 21:05 ` [DistroKit] [PATCH v2 4/7] v7a: " Ladislav Michl
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Ladislav Michl @ 2024-04-22 21:05 UTC (permalink / raw)
To: distrokit
From: Ladislav Michl <ladis@linux-mips.org>
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>
---
configs/platform-rpi1/kernelconfig | 4 ++--
configs/platform-rpi1/platformconfig | 2 +-
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"
--
2.39.2
^ permalink raw reply [flat|nested] 10+ messages in thread
* [DistroKit] [PATCH v2 4/7] v7a: update to OSELAS.Toolchain 2023.07.1
2024-04-22 21:03 [DistroKit] [PATCH v2 0/7] Toolchain update Ladislav Michl
` (2 preceding siblings ...)
2024-04-22 21:05 ` [DistroKit] [PATCH v2 3/7] rpi1: " Ladislav Michl
@ 2024-04-22 21:05 ` Ladislav Michl
2024-04-22 21:06 ` [DistroKit] [PATCH v2 5/7] v7a_noneon: " Ladislav Michl
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Ladislav Michl @ 2024-04-22 21:05 UTC (permalink / raw)
To: distrokit
From: Ladislav Michl <ladis@linux-mips.org>
Use the bugfix toolchain release for v7a 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>
---
configs/platform-v7a/kernelconfig | 4 ++--
configs/platform-v7a/platformconfig | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index fb6d2fa..e6fadf5 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -2,9 +2,9 @@
# Automatically generated file; DO NOT EDIT.
# Linux/arm 6.8 Kernel Configuration
#
-CONFIG_CC_VERSION_TEXT="arm-v7a-linux-gnueabihf-gcc (OSELAS.Toolchain-2023.07.0 13-20230624) 13.1.1 20230624"
+CONFIG_CC_VERSION_TEXT="arm-v7a-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-v7a/platformconfig b/configs/platform-v7a/platformconfig
index 9fc6b59..bf8e2fc 100644
--- a/configs/platform-v7a/platformconfig
+++ b/configs/platform-v7a/platformconfig
@@ -69,7 +69,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"
--
2.39.2
^ permalink raw reply [flat|nested] 10+ messages in thread
* [DistroKit] [PATCH v2 5/7] v7a_noneon: update to OSELAS.Toolchain 2023.07.1
2024-04-22 21:03 [DistroKit] [PATCH v2 0/7] Toolchain update Ladislav Michl
` (3 preceding siblings ...)
2024-04-22 21:05 ` [DistroKit] [PATCH v2 4/7] v7a: " Ladislav Michl
@ 2024-04-22 21:06 ` Ladislav Michl
2024-04-22 21:06 ` [DistroKit] [PATCH v2 6/7] v8a: " Ladislav Michl
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Ladislav Michl @ 2024-04-22 21:06 UTC (permalink / raw)
To: distrokit
From: Ladislav Michl <ladis@linux-mips.org>
Use the bugfix toolchain release for v7a_noneon 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>
---
configs/platform-v7a_noneon/kernelconfig | 4 ++--
configs/platform-v7a_noneon/platformconfig | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configs/platform-v7a_noneon/kernelconfig b/configs/platform-v7a_noneon/kernelconfig
index bbbfc20..0600fcb 100644
--- a/configs/platform-v7a_noneon/kernelconfig
+++ b/configs/platform-v7a_noneon/kernelconfig
@@ -2,9 +2,9 @@
# Automatically generated file; DO NOT EDIT.
# Linux/arm 6.6 Kernel Configuration
#
-CONFIG_CC_VERSION_TEXT="arm-v7a-linux-gnueabihf-gcc (OSELAS.Toolchain-2023.07.0 13-20230624) 13.1.1 20230624"
+CONFIG_CC_VERSION_TEXT="arm-v7a-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-v7a_noneon/platformconfig b/configs/platform-v7a_noneon/platformconfig
index 52fa2ab..2bca50b 100644
--- a/configs/platform-v7a_noneon/platformconfig
+++ b/configs/platform-v7a_noneon/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"
--
2.39.2
^ permalink raw reply [flat|nested] 10+ messages in thread
* [DistroKit] [PATCH v2 6/7] v8a: update to OSELAS.Toolchain 2023.07.1
2024-04-22 21:03 [DistroKit] [PATCH v2 0/7] Toolchain update Ladislav Michl
` (4 preceding siblings ...)
2024-04-22 21:06 ` [DistroKit] [PATCH v2 5/7] v7a_noneon: " Ladislav Michl
@ 2024-04-22 21:06 ` Ladislav Michl
2024-04-22 21:06 ` [DistroKit] [PATCH v2 7/7] x86_64: " Ladislav Michl
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Ladislav Michl @ 2024-04-22 21:06 UTC (permalink / raw)
To: distrokit
From: Ladislav Michl <ladis@linux-mips.org>
Use the bugfix toolchain release for v8a 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>
---
configs/platform-v8a/kernelconfig | 4 ++--
configs/platform-v8a/platformconfig | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configs/platform-v8a/kernelconfig b/configs/platform-v8a/kernelconfig
index 4daf808..f3681ab 100644
--- a/configs/platform-v8a/kernelconfig
+++ b/configs/platform-v8a/kernelconfig
@@ -2,9 +2,9 @@
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 6.8 Kernel Configuration
#
-CONFIG_CC_VERSION_TEXT="aarch64-v8a-linux-gnu-gcc (OSELAS.Toolchain-2023.07.0 13-20230624) 13.1.1 20230624"
+CONFIG_CC_VERSION_TEXT="aarch64-v8a-linux-gnu-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-v8a/platformconfig b/configs/platform-v8a/platformconfig
index b250a69..2b91501 100644
--- a/configs/platform-v8a/platformconfig
+++ b/configs/platform-v8a/platformconfig
@@ -66,7 +66,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"
--
2.39.2
^ permalink raw reply [flat|nested] 10+ messages in thread
* [DistroKit] [PATCH v2 7/7] x86_64: update to OSELAS.Toolchain 2023.07.1
2024-04-22 21:03 [DistroKit] [PATCH v2 0/7] Toolchain update Ladislav Michl
` (5 preceding siblings ...)
2024-04-22 21:06 ` [DistroKit] [PATCH v2 6/7] v8a: " Ladislav Michl
@ 2024-04-22 21:06 ` Ladislav Michl
2024-04-22 22:10 ` [DistroKit] [PATCH v2 0/7] Toolchain update Robert Schwebel
2024-04-23 19:41 ` Robert Schwebel
8 siblings, 0 replies; 10+ messages in thread
From: Ladislav Michl @ 2024-04-22 21:06 UTC (permalink / raw)
To: distrokit
From: Ladislav Michl <ladis@linux-mips.org>
Use the bugfix toolchain release for x86_64 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>
---
configs/platform-x86_64/kernelconfig | 4 ++--
configs/platform-x86_64/platformconfig | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configs/platform-x86_64/kernelconfig b/configs/platform-x86_64/kernelconfig
index da113fd..6ad5ef7 100644
--- a/configs/platform-x86_64/kernelconfig
+++ b/configs/platform-x86_64/kernelconfig
@@ -2,9 +2,9 @@
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.6 Kernel Configuration
#
-CONFIG_CC_VERSION_TEXT="x86_64-unknown-linux-gnu-gcc (OSELAS.Toolchain-2023.07.0 13-20230624) 13.1.1 20230624"
+CONFIG_CC_VERSION_TEXT="x86_64-unknown-linux-gnu-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-x86_64/platformconfig b/configs/platform-x86_64/platformconfig
index 918bf8a..9782276 100644
--- a/configs/platform-x86_64/platformconfig
+++ b/configs/platform-x86_64/platformconfig
@@ -70,7 +70,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"
--
2.39.2
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [DistroKit] [PATCH v2 0/7] Toolchain update
2024-04-22 21:03 [DistroKit] [PATCH v2 0/7] Toolchain update Ladislav Michl
` (6 preceding siblings ...)
2024-04-22 21:06 ` [DistroKit] [PATCH v2 7/7] x86_64: " Ladislav Michl
@ 2024-04-22 22:10 ` Robert Schwebel
2024-04-23 19:41 ` Robert Schwebel
8 siblings, 0 replies; 10+ messages in thread
From: Robert Schwebel @ 2024-04-22 22:10 UTC (permalink / raw)
To: Ladislav Michl; +Cc: distrokit
Applied to next, testing...
On Mon, Apr 22, 2024 at 11:03:55PM +0200, Ladislav Michl wrote:
> Update toolchain to the latest stable release 2023.07.1.
> The series is just rebased to apply again. No other changes
> made.
>
> Ladislav Michl (7):
> mipsel: update to OSELAS.Toolchain 2023.07.1
> mips: update to OSELAS.Toolchain 2023.07.1
> rpi1: update to OSELAS.Toolchain 2023.07.1
> v7a: update to OSELAS.Toolchain 2023.07.1
> v7a_noneon: update to OSELAS.Toolchain 2023.07.1
> v8a: update to OSELAS.Toolchain 2023.07.1
> x86_64: update to OSELAS.Toolchain 2023.07.1
>
> configs/platform-mips/kernelconfig | 4 ++--
> configs/platform-mips/platformconfig | 2 +-
> configs/platform-mipsel/kernelconfig | 6 +++---
> configs/platform-mipsel/platformconfig | 2 +-
> configs/platform-rpi1/kernelconfig | 4 ++--
> configs/platform-rpi1/platformconfig | 2 +-
> configs/platform-v7a/kernelconfig | 4 ++--
> configs/platform-v7a/platformconfig | 2 +-
> configs/platform-v7a_noneon/kernelconfig | 4 ++--
> configs/platform-v7a_noneon/platformconfig | 2 +-
> configs/platform-v8a/kernelconfig | 4 ++--
> configs/platform-v8a/platformconfig | 2 +-
> configs/platform-x86_64/kernelconfig | 4 ++--
> configs/platform-x86_64/platformconfig | 2 +-
> 14 files changed, 22 insertions(+), 22 deletions(-)
>
> --
> 2.39.2
>
>
>
--
Pengutronix e.K. | Dipl.-Ing. Robert Schwebel |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [DistroKit] [PATCH v2 0/7] Toolchain update
2024-04-22 21:03 [DistroKit] [PATCH v2 0/7] Toolchain update Ladislav Michl
` (7 preceding siblings ...)
2024-04-22 22:10 ` [DistroKit] [PATCH v2 0/7] Toolchain update Robert Schwebel
@ 2024-04-23 19:41 ` Robert Schwebel
8 siblings, 0 replies; 10+ messages in thread
From: Robert Schwebel @ 2024-04-23 19:41 UTC (permalink / raw)
To: Ladislav Michl; +Cc: distrokit
On Mon, Apr 22, 2024 at 11:03:55PM +0200, Ladislav Michl wrote:
> Update toolchain to the latest stable release 2023.07.1.
> The series is just rebased to apply again. No other changes
> made.
Series applied to next+master, I have squashed in the update for ar9331
and malta as discussed on IRC.
> Ladislav Michl (7):
> mipsel: update to OSELAS.Toolchain 2023.07.1
> mips: update to OSELAS.Toolchain 2023.07.1
> rpi1: update to OSELAS.Toolchain 2023.07.1
> v7a: update to OSELAS.Toolchain 2023.07.1
> v7a_noneon: update to OSELAS.Toolchain 2023.07.1
> v8a: update to OSELAS.Toolchain 2023.07.1
> x86_64: update to OSELAS.Toolchain 2023.07.1
>
> configs/platform-mips/kernelconfig | 4 ++--
> configs/platform-mips/platformconfig | 2 +-
> configs/platform-mipsel/kernelconfig | 6 +++---
> configs/platform-mipsel/platformconfig | 2 +-
> configs/platform-rpi1/kernelconfig | 4 ++--
> configs/platform-rpi1/platformconfig | 2 +-
> configs/platform-v7a/kernelconfig | 4 ++--
> configs/platform-v7a/platformconfig | 2 +-
> configs/platform-v7a_noneon/kernelconfig | 4 ++--
> configs/platform-v7a_noneon/platformconfig | 2 +-
> configs/platform-v8a/kernelconfig | 4 ++--
> configs/platform-v8a/platformconfig | 2 +-
> configs/platform-x86_64/kernelconfig | 4 ++--
> configs/platform-x86_64/platformconfig | 2 +-
> 14 files changed, 22 insertions(+), 22 deletions(-)
>
> --
> 2.39.2
>
>
>
--
Pengutronix e.K. | Dipl.-Ing. Robert Schwebel |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-04-23 19:41 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-22 21:03 [DistroKit] [PATCH v2 0/7] Toolchain update Ladislav Michl
2024-04-22 21:04 ` [DistroKit] [PATCH v2 1/7] mipsel: update to OSELAS.Toolchain 2023.07.1 Ladislav Michl
2024-04-22 21:04 ` [DistroKit] [PATCH v2 2/7] mips: " Ladislav Michl
2024-04-22 21:05 ` [DistroKit] [PATCH v2 3/7] rpi1: " Ladislav Michl
2024-04-22 21:05 ` [DistroKit] [PATCH v2 4/7] v7a: " Ladislav Michl
2024-04-22 21:06 ` [DistroKit] [PATCH v2 5/7] v7a_noneon: " Ladislav Michl
2024-04-22 21:06 ` [DistroKit] [PATCH v2 6/7] v8a: " Ladislav Michl
2024-04-22 21:06 ` [DistroKit] [PATCH v2 7/7] x86_64: " Ladislav Michl
2024-04-22 22:10 ` [DistroKit] [PATCH v2 0/7] Toolchain update Robert Schwebel
2024-04-23 19:41 ` Robert Schwebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox