aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2016-12-12 22:56:06 -0800
committerAndrew Waterman <andrew@sifive.com>2017-01-04 14:56:30 -0800
commit1cafe6d08278ce409be072cd734135172603c5b8 (patch)
treec51a66fb5c4460801717637653a9d729cf415cc2 /README.md
parentad9ebb8557e32241bfca047f2bc628a2bc1c18cb (diff)
downloadriscv-tools-1cafe6d08278ce409be072cd734135172603c5b8.zip
riscv-tools-1cafe6d08278ce409be072cd734135172603c5b8.tar.gz
riscv-tools-1cafe6d08278ce409be072cd734135172603c5b8.tar.bz2
Delete obsolete references to JOBS variable
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index 2ac8e19..94b62c9 100644
--- a/README.md
+++ b/README.md
@@ -409,13 +409,6 @@ 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
-
Since we only need to build a few tools, we will use a
modified build script, listed in its entirety below. Remember that we'll build
`riscv64-unknown-linux-gnu-gcc` shortly afterwards. If you want to build the full