Skip to content

Commit

Permalink
add SKIP_EXTERNAL_TOOLCHAINS option description (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
iav authored May 18, 2022
1 parent 57b8ca1 commit 3b121cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Developer-Guide_Build-Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ These parameters are meant to be applied to the `./compile.sh` command. They are
- **USERPATCHES_PATH** ( **userpatches/** ): set alternate path for location of `userpatches` folder
- **USE_CCACHE** ( **yes** | no ): use a C compiler cache to speed up the build process
- **PRIVATE_CCACHE** ( yes | **no** ) use `$DEST/ccache` as ccache home directory
- **SKIP_EXTERNAL_TOOLCHAINS** ( yes | **no** ) don't download and use Linaro toolchains, by default placed in cache/toolchain (and configurable with **ARMBIAN_CACHE_TOOLCHAIN_PATH**)
- **PROGRESS_DISPLAY** ( none | **plain** | dialog ): way to display output of verbose processes - compilation, packaging, debootstrap
- **PROGRESS_LOG_TO_FILE** ( yes | **no** ): duplicate output, affected by previous option, to log files `output/debug/*.log`
- **NO_APT_CACHER** ( **yes** | no ): disable usage of APT cache. Default `yes` in containers, but can be overridden
Expand Down

0 comments on commit 3b121cd

Please sign in to comment.