"vscode:/vscode.git/clone" did not exist on "f0d4e145575bf6fb96c141d776ce92c9bfc79c49"
Commit e45d0f5f authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

sims/external/gem5: build both fast and opt

parent b8506307
...@@ -34,6 +34,8 @@ $(d)gem5: ...@@ -34,6 +34,8 @@ $(d)gem5:
$(d)gem5/ready: $(d)gem5 $(d)gem5/ready: $(d)gem5
+cd $< && scons build/X86/gem5.opt CCFLAGS="-I$(abspath $(lib_dir))" \ +cd $< && scons build/X86/gem5.opt CCFLAGS="-I$(abspath $(lib_dir))" \
-j`nproc` -j`nproc`
+cd $< && scons build/X86/gem5.fast CCFLAGS="-I$(abspath $(lib_dir))" \
-j`nproc`
touch $@ 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