From: Stephen Hines Date: Tue, 19 Feb 2008 21:42:32 +0000 (-0500) Subject: Added ARM_SE as a build option. X-Git-Tag: m5_2.0_beta5~11 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ceee3ba96e643c3c94a3514b5b19cae5d88b67a9;p=gem5.git Added ARM_SE as a build option. --HG-- extra : convert_revision : 905e3acfa58bd14f8101e29dadc0de71d23a79cc --- diff --git a/build_opts/ARM_SE b/build_opts/ARM_SE new file mode 100644 index 000000000..93770ac80 --- /dev/null +++ b/build_opts/ARM_SE @@ -0,0 +1,3 @@ +TARGET_ISA = 'arm' +FULL_SYSTEM = 0 +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU'