diff options
Diffstat (limited to 'build_opts/ARM')
-rw-r--r-- | build_opts/ARM | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_opts/ARM b/build_opts/ARM new file mode 100644 index 000000000..9c27c0d27 --- /dev/null +++ b/build_opts/ARM @@ -0,0 +1,3 @@ +TARGET_ISA = 'arm' +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU' +PROTOCOL = 'MI_example' |