diff options
author | Patrick Georgi <pgeorgi@google.com> | 2018-11-24 23:14:45 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-26 09:24:01 +0000 |
commit | d971e7670c89804527d6e441e66c944509d741df (patch) | |
tree | 40f8150a6f90fbcef9db32e3cf1e674fdec00306 /util/crossgcc | |
parent | 016cc4296e7040c60c741b186d6b3e87a688421c (diff) |
util/crossgcc: Document how to build the toolchain for another location
One common issue with the toolchain is that it takes a very long time
to build while it's somewhat volatile inside the coreboot tree.
Installing the toolchain elsewhere helps keep it safe but since there
is no reliable default location outside the tree, keep the default
as is.
Change-Id: Ic414cddfd3c7097412f3f2c3c7ec7b7191fa32de
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/29826
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'util/crossgcc')
-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 |