~ruther/guix-local

c15b239b84139d87ef036254be09e31fca647230 — Philip McGrath 7 months ago 236881a
gnu: chez-scheme: Update machine types.

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 <ludo@gnu.org>
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/chez.scm
M gnu/packages/chez.scm => gnu/packages/chez.scm +3 -1
@@ 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