Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Commit

Permalink
Use 'make -j' to make qemu compilation faster
Browse files Browse the repository at this point in the history
  • Loading branch information
NickStephens committed Oct 14, 2015
1 parent 44089d0 commit 6646dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qemu_mode/build_qemu_support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ for CPU_TARGET in $CPU_TARGETS; do

echo "[*] Attempting to build QEMU (fingers crossed!)..."

make || exit 1
make -j || exit 1

echo "[+] Build process successful!"

Expand All @@ -169,7 +169,7 @@ echo "[*] Testing the build..."

cd ..

make >/dev/null || exit 1
make -j >/dev/null || exit 1

#gcc test-instr.c -o test-instr || exit 1
#
Expand Down

0 comments on commit 6646dbb

Please sign in to comment.