Commit 9e32c099 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

sims/external/gem5: update to refactored version

parent d62d68f7
Subproject commit be5a9781b77273843bedfe2a7cfbd1cb3dc496ca
Subproject commit 98644c9509b251bbe9ecf5ffe498a90534e66b1c
......@@ -33,7 +33,9 @@ $(d)gem5:
git clone https://github.com/simbricks/gem5.git $@
$(d)gem5/ready: $(d)gem5
+cd $< && scons build/X86/gem5.$(GEM5_VARIANT) CCFLAGS="-I$(abspath $(lib_dir))" \
+cd $< && scons build/X86/gem5.$(GEM5_VARIANT) \
CCFLAGS="-I$(abspath $(lib_dir))" \
LIBPATH="$(abspath $(lib_dir))" \
-j`nproc`
touch $@
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment