29,30c29,31
< without python. Also build a normal gem5 (cxx-config not needed, Python
< needed):
---
> without python. When building the library, disable gem5's native SystemC
> API support, as that will conflict with the external version. Also build a
> normal gem5 (cxx-config not needed, Python needed):
34c35,36
< > scons --with-cxx-config --without-python build/ARM/libgem5_opt.so
---
> > scons --with-cxx-config --without-python USE_SYSTEMC=0 \
> > build/ARM/libgem5_opt.so
38c40,41
< > scons --with-cxx-config --without-python build/ARM/libgem5_opt.dylib
---
> > scons --with-cxx-config --without-python USE_SYSTEMC=0 \
> > build/ARM/libgem5_opt.dylib