scons: Add build_opts/ALL.

This enables all the ISAs, sets PROTOCOL to MI_example, and leaves
BUILD_GPU unset.

Change-Id: Id6243bb1b12fc70b8afee0aa213168ca421aff62
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/62201
Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Gabe Black
2021-11-06 00:33:04 -07:00
parent e05c6875a5
commit d791827f17

7
build_opts/ALL Normal file
View File

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