git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix typos, some refinements
[lunaix-os.git]
/
lunaix-os
/
arch
/
LBuild
1
use("generic")
2
3
use({
4
config("arch"): {
5
"i386": "x86",
6
"x86_64": "x86",
7
"aarch64": "arm",
8
"rv64": "riscv"
9
}
10
})