git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rewrite the lunabuild toolchain with enhanced feature
[lunaix-os.git]
/
lunaix-os
/
usr
/
LConfig
1
@"Architecture"
2
def arch() -> "i386" | "x86_64" | "aarch64" | "rv64":
3
"""
4
set the ISA target
5
"""
6
7
_arch = env("ARCH")
8
return _arch if _arch else "x86_64"