aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer.dabbelt@eecs.berkeley.edu>2016-06-29 15:38:29 -0700
committerPalmer Dabbelt <palmer.dabbelt@eecs.berkeley.edu>2016-06-29 15:38:29 -0700
commitd1bd1b165f880c277aaa93ee59133237895b31fc (patch)
treec08fa0c062cfb412ce574352d656c456d77c7a9a /README.md
parentca6df6287258145915065eba76618e832a4fb708 (diff)
downloadriscv-tools-d1bd1b165f880c277aaa93ee59133237895b31fc.zip
riscv-tools-d1bd1b165f880c277aaa93ee59133237895b31fc.tar.gz
riscv-tools-d1bd1b165f880c277aaa93ee59133237895b31fc.tar.bz2
Stop using "JOBS" and use "MAKEFLAGS" instead
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index 462a3e1..cadf942 100644
--- a/README.md
+++ b/README.md
@@ -206,12 +206,7 @@ environment variable now:
$ export PATH=$PATH:$RISCV/bin
-One more thing: If your machine doesn't have the capacity to
-handle 16 make jobs (or conversely, it can handle more), edit
-`build.common` to change the number specified by
-`JOBS`.
-
- O$ sed -i 's/JOBS=16/JOBS=[number]/' build.common
+The number of parallel compiler runs is set by `$MAKEFLAGS`.
With everything else set up, run the build script. Recall that if you're using a new-version of gcc that isn't the default on your system, you'll need to precede the `./build.sh` with `CC=gcc-4.8 CXX=g++-4.8`: