Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build/parser: support set_default(cpu_type="xxx")
Ensures args_fill() for new cpu_type is called, allowing for patterns in a target file like: parser.set_defaults(cpu_type="vexriscv_smp") parser.set_defaults(cpu_variant="linux") parser.set_defaults(with_fpu=True)
- Loading branch information