public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/3] make.sh: Bump toolchain version
@ 2023-06-22 15:57 Michael Tremer
  2023-06-22 15:57 ` [PATCH 2/3] gcc: Update to 13.1.0 Michael Tremer
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michael Tremer @ 2023-06-22 15:57 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 561 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 make.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make.sh b/make.sh
index 6b9a8146b..1378f7802 100755
--- a/make.sh
+++ b/make.sh
@@ -35,7 +35,7 @@ GIT_BRANCH="$(git rev-parse --abbrev-ref HEAD)"			# Git Branch
 GIT_TAG="$(git tag | tail -1)"					# Git Tag
 GIT_LASTCOMMIT="$(git rev-parse --verify HEAD)"			# Last commit
 
-TOOLCHAINVER=20230210
+TOOLCHAINVER=20230620
 
 # use multicore and max compression
 ZSTD_OPT="-T0 --ultra -22"
-- 
2.39.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-24  6:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-22 15:57 [PATCH 1/3] make.sh: Bump toolchain version Michael Tremer
2023-06-22 15:57 ` [PATCH 2/3] gcc: Update to 13.1.0 Michael Tremer
2023-06-24  6:33   ` Peter Müller
2023-06-22 15:57 ` [PATCH 3/3] gdb: Update to 13.2 Michael Tremer
2023-06-24  6:33   ` Peter Müller
2023-06-24  6:33 ` [PATCH 1/3] make.sh: Bump toolchain version Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox