From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 66230@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#66230] [PATCH 2/2] gnu: Add gcc-toolchain-13.
Date: Wed, 27 Sep 2023 18:57:12 +0800 [thread overview]
Message-ID: <2f1329c6dbfb4d34eeaba9fad1cb2c38299ce7b9.1695811680.git.hako@ultrarare.space> (raw)
In-Reply-To: <5b51cce25c97881e2ab74d8b92bfb92b477909fb.1695811680.git.hako@ultrarare.space>
* gnu/packages/commencement.scm (gcc-toolchain-13): New variable.
---
gnu/packages/commencement.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 9604f06a47..80fdb5aed7 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3635,6 +3635,9 @@ (define-public gcc-toolchain-11
(define-public gcc-toolchain-12
(make-gcc-toolchain gcc-12))
+(define-public gcc-toolchain-13
+ (make-gcc-toolchain gcc-13))
+
(define-public gcc-toolchain-aka-gcc
;; It's natural for users to try "guix install gcc". This package
;; automatically "redirects" them to 'gcc-toolchain'.
--
2.41.0
next prev parent reply other threads:[~2023-09-27 10:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-27 10:50 [bug#66230] [PATCH 1/2] gnu: Add gcc-13 Hilton Chain via Guix-patches via
2023-09-27 10:57 ` Hilton Chain via Guix-patches via [this message]
2023-09-28 16:46 ` bug#66230: [PATCH 2/2] gnu: Add gcc-toolchain-13 Efraim Flashner
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2f1329c6dbfb4d34eeaba9fad1cb2c38299ce7b9.1695811680.git.hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=66230@debbugs.gnu.org \
--cc=hako@ultrarare.space \
/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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).