git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3f44fe28f96955a57a108166f362173d9023ac6d
[lunaix-os.git]
/
lunaix-os
/
usr
/
LConfig
1
@Term("Architecture")
2
def arch():
3
"""
4
set the ISA target
5
"""
6
type(["i386", "x86_64", "aarch64", "rv64"])
7
default("i386")
8
9
env_val = env("ARCH")
10
if env_val is not None:
11
set_value(env_val)