diff options
Diffstat (limited to 'cross_toolset')
-rw-r--r-- | cross_toolset/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cross_toolset/Makefile b/cross_toolset/Makefile index 24484930846f..2ea36198cc7c 100644 --- a/cross_toolset/Makefile +++ b/cross_toolset/Makefile @@ -9,5 +9,5 @@ include ../config_build.mk .PHONY : build build: - $(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) --all -- -P$(GMAKE_PARALLELISM) + $(SOLARENV)/bin/build.pl -P$(PARALLELISM) --all -- -P$(PARALLELISM) |