diff options
-rw-r--r-- | util/crossgcc/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc index 4534aaa994..8a4f3c53a2 100644 --- a/util/crossgcc/Makefile.inc +++ b/util/crossgcc/Makefile.inc @@ -15,7 +15,7 @@ help_toolchain help:: @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 ' Use "make [target] BUILDGCC_OPTIONS="-m" to get packages from coreboot mirror" + @echo ' Use "make [target] BUILDGCC_OPTIONS="-m" to get packages from coreboot mirror"' @echo # For the toolchain builds, use CPUS=x to use multiple processors to build |