diff options
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | changelog | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -96,7 +96,7 @@ dir_macros = \ extra_opts = native_target = bootstrap-lean cross_target = all-gcc -jobs = 4 +jobs = $$(printf '%s\n' /sys/devices/system/cpu/cpu[0-9]* | wc -l) include ../local.mk # For example, to disable bootstrapping, set these in local.mk: # extra_opts = --disable-bootstrap @@ -29,7 +29,7 @@ gcc-8 (8.3.0+sip1-1) trunk * Replace "/gcc-<version>/" and "/c++-<version>/" with "/gcc/<version>/" and "/c++/<version>/" respectively in directory paths. * Use automatic shared library dependencies. - * Build with 4 parallel jobs by default. + * By default, build with as many parallel jobs as there are online CPUs. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 02 May 2019 16:20:43 -0400 |