mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
Add HPPA and sparc64 architectures (#20934)
* Add comments on CPU arch detection * Support HPPA/hppa/parisc64 CPU architecture * Support sparc64 CPU architecture * Update tools/niminst/makefile.nimf Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
## Platform detection for NimScript. This module is included by the system module!
|
||||
## Do not import it directly!
|
||||
|
||||
# CPU architectures have alias names mapped in tools/niminst/makefile.nimf
|
||||
|
||||
type
|
||||
CpuPlatform* {.pure.} = enum ## the CPU this program will run on.
|
||||
none, ## unknown CPU
|
||||
|
||||
Reference in New Issue
Block a user