diff options
author | Stephen Hines <hines@cs.fsu.edu> | 2008-02-19 16:42:32 -0500 |
---|---|---|
committer | Stephen Hines <hines@cs.fsu.edu> | 2008-02-19 16:42:32 -0500 |
commit | ceee3ba96e643c3c94a3514b5b19cae5d88b67a9 (patch) | |
tree | 1429229407714a091509162eca88823d6138ca89 /build_opts | |
parent | 3204f968091d32846a59c0666157c6c8946842d1 (diff) | |
download | gem5-ceee3ba96e643c3c94a3514b5b19cae5d88b67a9.tar.xz |
Added ARM_SE as a build option.
--HG--
extra : convert_revision : 905e3acfa58bd14f8101e29dadc0de71d23a79cc
Diffstat (limited to 'build_opts')
-rw-r--r-- | build_opts/ARM_SE | 3 |
1 files changed, 3 insertions, 0 deletions
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' |