Added an 'fpu' option, to select software/hardware FPU (used by arm, mips, etc)
This commit is contained in:
parent
e7a05b69a0
commit
99b02d9ecd
@ -447,6 +447,17 @@
|
||||
tokens = true,
|
||||
}
|
||||
|
||||
api.register {
|
||||
name = "fpu",
|
||||
scope = "config",
|
||||
kind = "string",
|
||||
allowed = {
|
||||
"Software",
|
||||
"Hardware",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
api.register {
|
||||
name = "framework",
|
||||
scope = "config",
|
||||
|
Loading…
Reference in New Issue
Block a user