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