git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
layout boot-stage framework for aa64
[lunaix-os.git]
/
lunaix-os
/
arch
/
LConfig
diff --git
a/lunaix-os/arch/LConfig
b/lunaix-os/arch/LConfig
index 7afea85ce59caf5d1bfcf721d14d1dc47f26cf39..335e67be8a5e114d6b6f4c973596d656edf2bc2c 100644
(file)
--- a/
lunaix-os/arch/LConfig
+++ b/
lunaix-os/arch/LConfig
@@
-12,7
+12,7
@@
def architecture_support():
Config ISA support
"""
# type(["i386", "x86_64", "aarch64", "rv64"])
- type(["i386", "x86_64"])
+ type(["i386", "x86_64"
, "aarch64"
])
default("x86_64")
env_val = env("ARCH")