Added ARM_SE as a build option.

--HG--
extra : convert_revision : 905e3acfa58bd14f8101e29dadc0de71d23a79cc
This commit is contained in:
Stephen Hines 2008-02-19 16:42:32 -05:00
parent 3204f96809
commit ceee3ba96e

3
build_opts/ARM_SE Normal file
View file

@ -0,0 +1,3 @@
TARGET_ISA = 'arm'
FULL_SYSTEM = 0
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU'