diff options
Diffstat (limited to 'util/crossgcc/Makefile.inc')
-rw-r--r-- | util/crossgcc/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc index f7da7de5da..f4aa36461a 100644 --- a/util/crossgcc/Makefile.inc +++ b/util/crossgcc/Makefile.inc @@ -28,6 +28,7 @@ help_toolchain help:: @echo ' crosstools-ARCH - Build cross-compiler with GDB for specific architecture' @echo ' ARCH can be "$(subst $(spc),"$(comma) ",$(TOOLCHAIN_ARCHES))"' @echo ' Use "make [target] CPUS=#" to build toolchain using multiple cores' + @echo ' Use "make [target] DEST=some/path" to install toolchain there' @echo # For the toolchain builds, use CPUS=x to use multiple processors to build |