racket/s/arm64le.def
Matthew Flatt 29bdb304cf reduce duplication of OS & architecture info in "s/*.def"
For example, if the number of floating-point registers in "x86_64.ss"
changes, now only one ".def" file has to change instead of 14 ".def"
files.

original commit: c79524cc3eb516d9bee1708c06b80e3688fdd2ff
2020-07-25 12:41:09 -06:00

7 lines
153 B
Modula-2

;;; arm64le.def
(define-constant machine-type (constant machine-type-arm64le))
(features iconv expeditor)
(include "arm64.def")
(include "default.def")