Added an 'fpu' option, to select software/hardware FPU (used by arm, mips, etc)

This commit is contained in:
Manu Evans 2015-04-01 01:45:28 +10:00
parent e7a05b69a0
commit 99b02d9ecd

View File

@ -447,6 +447,17 @@
tokens = true,
}
api.register {
name = "fpu",
scope = "config",
kind = "string",
allowed = {
"Software",
"Hardware",
}
}
api.register {
name = "framework",
scope = "config",