From c15b239b84139d87ef036254be09e31fca647230 Mon Sep 17 00:00:00 2001 From: Philip McGrath Date: Mon, 25 Aug 2025 18:28:19 -0400 Subject: [PATCH] gnu: chez-scheme: Update machine types. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The {,t}{a6,arm64}ios machine types were added in upstream commit: 44ea86cb0a5eb1c9c9264660642cb23b42f16181 * gnu/packages/chez.scm (define-machine-types): Update from Chez Scheme source code. Change-Id: I895e70d160097f2193d5200aa314baa95100fdad Signed-off-by: Ludovic Courtès --- gnu/packages/chez.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm index 7c9c65c707bf5ee6ae290f858e36102f62b165fd..f75ea53d7403c76d310195cd87b9231033d0d267 100644 --- a/gnu/packages/chez.scm +++ b/gnu/packages/chez.scm @@ -174,7 +174,7 @@ in Chez Scheme machine types, or '#f' if none is defined." ((_ any id0 id ...) #`(define #,(datum->syntax #'id0 '%machine-types) '(id0 id ...)))))) -;; The following is copied from s/cmacros.ss, line 36, in the Chez source +;; The following is copied from s/cmacros.ss, line 376, in the Chez source (define-machine-types any pb tpb @@ -193,6 +193,7 @@ in Chez Scheme machine types, or '#f' if none is defined." i3gnu ti3gnu a6nt ta6nt a6osx ta6osx + a6ios ta6ios a6le ta6le a6fb ta6fb a6ob ta6ob @@ -209,6 +210,7 @@ in Chez Scheme machine types, or '#f' if none is defined." arm32nb tarm32nb arm64nt tarm64nt arm64osx tarm64osx + arm64ios tarm64ios arm64le tarm64le arm64fb tarm64fb arm64ob tarm64ob