Added 'endian' option to select target endian (arm, ppc, mips)

This commit is contained in:
Manu Evans 2015-04-01 01:46:03 +10:00
parent e7a05b69a0
commit a37df953b5

View File

@ -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)