From 00286fc5cbb7b8635d56eb335fed11d1499e2552 Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Mon, 1 Sep 2014 16:55:46 -0500 Subject: 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. --- build_opts/NULL | 1 + 1 file changed, 1 insertion(+) (limited to 'build_opts') diff --git a/build_opts/NULL b/build_opts/NULL index 5d85833f3..1242fa9ef 100644 --- a/build_opts/NULL +++ b/build_opts/NULL @@ -1,2 +1,3 @@ TARGET_ISA = 'null' CPU_MODELS = '' +PROTOCOL='MI_example' -- cgit v1.2.3