@@ -386,7 +386,7 @@ $ bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --all
386386or, for development builds:
387387
388388``` console
389- $ bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --linux64 --linux32 --win64 --win32
389+ $ bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --without-pdf -- linux64 --linux32 --win64 --win32
390390```
391391
392392To detach from the session, use ` Ctrl-a ` ` Ctrl-d ` ; to reattach use
@@ -460,12 +460,6 @@ To download the build scripts:
460460$ curl -L https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/raw/xpack/scripts/git-clone.sh | bash
461461```
462462
463- or, for development builds:
464-
465- ``` console
466- $ bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --arm32 --arm64
467- ```
468-
469463Since the build takes a while, use ` screen ` to isolate the build session
470464from unexpected events, like a broken
471465network connection or a computer entering sleep.
@@ -480,7 +474,7 @@ $ bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --all
480474or, for development builds:
481475
482476``` console
483- $ bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --arm32 --arm64
477+ $ bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --without-pdf -- arm32 --arm64
484478
485479To detach from the session, use `Ctrl-a` `Ctrl-d`; to reattach use
486480`screen -r arm`; to kill the session use `Ctrl-a` `Ctrl-k` and confirm.
@@ -532,7 +526,7 @@ $ caffeinate bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --
532526or, for development builds:
533527
534528``` console
535- $ caffeinate bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --osx
529+ $ caffeinate bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --without-pdf -- osx
536530```
537531
538532To detach from the session, use ` Ctrl-a ` ` Ctrl-d ` ; to reattach use
@@ -562,13 +556,13 @@ Before starting the builds on the dedicated machines, run a quick test on
562556the local development workstation.
563557
564558``` console
565- $ caffeinate bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --osx
559+ $ caffeinate bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --without-pdf -- osx
566560```
567561
568562or on the build machine:
569563
570564``` console
571- $ bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --linux64
565+ $ bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-multilib --develop --disable-tests --without-pdf -- linux64
572566```
573567
574568This should check the commit IDs and the tag names in all the refered
0 commit comments