git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
optimize the menuconfig redrawing
[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)