git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Introducing LunaBuild to the build flow (#36)
[lunaix-os.git]
/
lunaix-os
/
arch
/
LConfig
1
include("i386/LConfig")
2
3
@Collection
4
def architecture_support():
5
"""
6
Config ISA related features
7
"""
8
9
@Term
10
def arch():
11
""" Config ISA support """
12
type(["i386", "x86_64", "aarch64", "rv64"])
13
default("i386")