Added 'endian' option to select target endian (arm, ppc, mips)
This commit is contained in:
parent
e7a05b69a0
commit
a37df953b5
@ -324,6 +324,16 @@
|
||||
tokens = true,
|
||||
}
|
||||
|
||||
api.register {
|
||||
name = "endian",
|
||||
scope = "config",
|
||||
kind = "string",
|
||||
allowed = {
|
||||
"Default",
|
||||
"Little",
|
||||
"Big",
|
||||
},
|
||||
}
|
||||
|
||||
-- For backward compatibility, excludes() is now an alias for removefiles()
|
||||
function excludes(value)
|
||||
|
Reference in New Issue
Block a user