DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [DistroKit] [PATCH 4/9] mips: update to OSELAS.Toolchain 2023.07
Date: Sun, 13 Aug 2023 21:28:41 +0200	[thread overview]
Message-ID: <20230813192846.1210986-4-rhi@pengutronix.de> (raw)
In-Reply-To: <20230813192846.1210986-1-rhi@pengutronix.de>

Use the new toolchain release for mips builds, and update the kernel
config with default options.

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 configs/platform-mips/kernelconfig             | 8 ++++----
 configs/platform-mips/kernelconfig-ar9331      | 8 ++++----
 configs/platform-mips/kernelconfig-ar9331.diff | 2 +-
 configs/platform-mips/kernelconfig-malta       | 8 ++++----
 configs/platform-mips/kernelconfig-malta.diff  | 2 +-
 configs/platform-mips/platformconfig           | 6 +++---
 6 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/configs/platform-mips/kernelconfig b/configs/platform-mips/kernelconfig
index e03fce5b5282..935c55a85110 100644
--- a/configs/platform-mips/kernelconfig
+++ b/configs/platform-mips/kernelconfig
@@ -2,14 +2,14 @@
 # Automatically generated file; DO NOT EDIT.
 # Linux/mips 6.4.0 Kernel Configuration
 #
-CONFIG_CC_VERSION_TEXT="mips-softfloat-linux-gnu-gcc (OSELAS.Toolchain-2022.10.1 12-20230519) 12.3.1 20230519"
+CONFIG_CC_VERSION_TEXT="mips-softfloat-linux-gnu-gcc (OSELAS.Toolchain-2023.07.0 13-20230624) 13.1.1 20230624"
 CONFIG_CC_IS_GCC=y
-CONFIG_GCC_VERSION=120301
+CONFIG_GCC_VERSION=130101
 CONFIG_CLANG_VERSION=0
 CONFIG_AS_IS_GNU=y
-CONFIG_AS_VERSION=23900
+CONFIG_AS_VERSION=24000
 CONFIG_LD_IS_BFD=y
-CONFIG_LD_VERSION=23900
+CONFIG_LD_VERSION=24000
 CONFIG_LLD_VERSION=0
 CONFIG_CC_CAN_LINK=y
 CONFIG_CC_CAN_LINK_STATIC=y
diff --git a/configs/platform-mips/kernelconfig-ar9331 b/configs/platform-mips/kernelconfig-ar9331
index eab9a9dcfba7..d134bdbc88af 100644
--- a/configs/platform-mips/kernelconfig-ar9331
+++ b/configs/platform-mips/kernelconfig-ar9331
@@ -2,14 +2,14 @@
 # Automatically generated file; DO NOT EDIT.
 # Linux/mips 6.4.0 Kernel Configuration
 #
-CONFIG_CC_VERSION_TEXT="mips-softfloat-linux-gnu-gcc (OSELAS.Toolchain-2022.10.1 12-20230519) 12.3.1 20230519"
+CONFIG_CC_VERSION_TEXT="mips-softfloat-linux-gnu-gcc (OSELAS.Toolchain-2023.07.0 13-20230624) 13.1.1 20230624"
 CONFIG_CC_IS_GCC=y
-CONFIG_GCC_VERSION=120301
+CONFIG_GCC_VERSION=130101
 CONFIG_CLANG_VERSION=0
 CONFIG_AS_IS_GNU=y
-CONFIG_AS_VERSION=23900
+CONFIG_AS_VERSION=24000
 CONFIG_LD_IS_BFD=y
-CONFIG_LD_VERSION=23900
+CONFIG_LD_VERSION=24000
 CONFIG_LLD_VERSION=0
 CONFIG_CC_CAN_LINK=y
 CONFIG_CC_CAN_LINK_STATIC=y
diff --git a/configs/platform-mips/kernelconfig-ar9331.diff b/configs/platform-mips/kernelconfig-ar9331.diff
index a57535ee4fc5..1c9be3d0f8a4 100644
--- a/configs/platform-mips/kernelconfig-ar9331.diff
+++ b/configs/platform-mips/kernelconfig-ar9331.diff
@@ -1,4 +1,4 @@
-06a068898fad33e3df03375523a7d153
+cc2d58b8b6aaf605d15ac9a2965f36cf
 # CONFIG_ACORN_PARTITION is undefined
 # CONFIG_AIX_PARTITION is undefined
 # CONFIG_AMIGA_PARTITION is undefined
diff --git a/configs/platform-mips/kernelconfig-malta b/configs/platform-mips/kernelconfig-malta
index 32ff8a5e901b..0cd1bae65ce8 100644
--- a/configs/platform-mips/kernelconfig-malta
+++ b/configs/platform-mips/kernelconfig-malta
@@ -2,14 +2,14 @@
 # Automatically generated file; DO NOT EDIT.
 # Linux/mips 6.4.0 Kernel Configuration
 #
-CONFIG_CC_VERSION_TEXT="mips-softfloat-linux-gnu-gcc (OSELAS.Toolchain-2022.10.1 12-20230519) 12.3.1 20230519"
+CONFIG_CC_VERSION_TEXT="mips-softfloat-linux-gnu-gcc (OSELAS.Toolchain-2023.07.0 13-20230624) 13.1.1 20230624"
 CONFIG_CC_IS_GCC=y
-CONFIG_GCC_VERSION=120301
+CONFIG_GCC_VERSION=130101
 CONFIG_CLANG_VERSION=0
 CONFIG_AS_IS_GNU=y
-CONFIG_AS_VERSION=23900
+CONFIG_AS_VERSION=24000
 CONFIG_LD_IS_BFD=y
-CONFIG_LD_VERSION=23900
+CONFIG_LD_VERSION=24000
 CONFIG_LLD_VERSION=0
 CONFIG_CC_CAN_LINK=y
 CONFIG_CC_CAN_LINK_STATIC=y
diff --git a/configs/platform-mips/kernelconfig-malta.diff b/configs/platform-mips/kernelconfig-malta.diff
index 3fa692d0596b..e66596b035fc 100644
--- a/configs/platform-mips/kernelconfig-malta.diff
+++ b/configs/platform-mips/kernelconfig-malta.diff
@@ -1,4 +1,4 @@
-06a068898fad33e3df03375523a7d153
+cc2d58b8b6aaf605d15ac9a2965f36cf
 # CONFIG_8139CP is not set
 # CONFIG_8139TOO is not set
 # CONFIG_ACENIC is not set
diff --git a/configs/platform-mips/platformconfig b/configs/platform-mips/platformconfig
index f7ba6484e984..478851cffe33 100644
--- a/configs/platform-mips/platformconfig
+++ b/configs/platform-mips/platformconfig
@@ -62,11 +62,11 @@ PTXCONF_SYSROOT_CROSS="${PTXDIST_PLATFORMDIR}/sysroot-cross"
 #
 # toolchain                     
 #
-PTXCONF_CROSSCHAIN_VENDOR="OSELAS.Toolchain-2022.10"
-PTXCONF_CROSSCHAIN_CHECK="12.3.1"
+PTXCONF_CROSSCHAIN_VENDOR="OSELAS.Toolchain-2023.07"
+PTXCONF_CROSSCHAIN_CHECK="13.1.1"
 PTXCONF_LIBC_GLIBC=y
 # PTXCONF_LIBC_UCLIBC is not set
-PTXCONF_GLIBC_VERSION="2.36"
+PTXCONF_GLIBC_VERSION="2.37"
 PTXCONF_GNU_TARGET="mips-softfloat-linux-gnu"
 PTXCONF_COMPILER_PREFIX="${PTXCONF_GNU_TARGET}-"
 PTXCONF_COMPILER_PREFIX_KERNEL="${PTXCONF_COMPILER_PREFIX}"
-- 
2.39.2




  parent reply	other threads:[~2023-08-13 19:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-13 19:28 [DistroKit] [PATCH 1/9] ptxdist: migrate 2023.07.1 -> 2023.08.0 Roland Hieber
2023-08-13 19:28 ` [DistroKit] [PATCH 2/9] treewide: remove files that are identical in upstream PTXdist Roland Hieber
2023-08-13 19:28 ` [DistroKit] [PATCH 3/9] mipsel: update to OSELAS.Toolchain 2023.07 Roland Hieber
2023-08-13 19:28 ` Roland Hieber [this message]
2023-08-13 19:28 ` [DistroKit] [PATCH 5/9] rpi1: " Roland Hieber
2023-08-13 19:28 ` [DistroKit] [PATCH 6/9] v7a: " Roland Hieber
2023-08-13 19:28 ` [DistroKit] [PATCH 7/9] v7a_noneon: " Roland Hieber
2023-08-13 19:28 ` [DistroKit] [PATCH 8/9] v8a: " Roland Hieber
2023-08-13 19:28 ` [DistroKit] [PATCH 9/9] x86_64: " Roland Hieber
2023-08-15  9:16 ` [DistroKit] [PATCH 1/9] ptxdist: migrate 2023.07.1 -> 2023.08.0 Robert Schwebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230813192846.1210986-4-rhi@pengutronix.de \
    --to=rhi@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox