gem5/build_opts/NULL
Nilay Vaish 00286fc5cb build opts: add MI_example to NULL ISA
A later changeset changes the file src/python/swig/pyobject.cc to include
a header file that includes a header file generated at build time depending
on the PROTOCOL in use.  Since NULL ISA was not specifying any protocol,
this resulted in compilation problems.  Hence, the changeset.
2014-09-01 16:55:46 -05:00

4 lines
58 B
Plaintext

TARGET_ISA = 'null'
CPU_MODELS = ''
PROTOCOL='MI_example'