commit | f5eb5bdf6a4c654327f7a77010f028015c7e0680 | [log] [tgz] |
---|---|---|
author | Gabe Black <gabe.black@gmail.com> | Sat Nov 06 00:33:04 2021 -0700 |
committer | Gabe Black <gabe.black@gmail.com> | Tue Aug 02 06:01:42 2022 -0700 |
tree | d91795d798f461189a22b454cbfb165fb187a2b0 | |
parent | d8224e5c7e08d536017f64a32a053053ebda44a3 [diff] |
scons: Add build_opts/ALL. This enables all the ISAs, sets PROTOCOL to MI_example, and leaves BUILD_GPU unset. Change-Id: Id6243bb1b12fc70b8afee0aa213168ca421aff62
diff --git a/build_opts/ALL b/build_opts/ALL new file mode 100644 index 0000000..d7ce1fe --- /dev/null +++ b/build_opts/ALL
@@ -0,0 +1,7 @@ +USE_ARM_ISA = True +USE_MIPS_ISA = True +USE_POWER_ISA = True +USE_RISCV_ISA = True +USE_SPARC_ISA = True +USE_X86_ISA = True +PROTOCOL = 'MI_example'