util/crossgcc/Makefile.inc: Terminate quoted string

`make help` does not execute successfully because a quoted string is
unterminated. Fix that.

Change-Id: I643fde1270a154ba523eb21522dcf5f6d4023110
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71768
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
Felix Singer 2023-01-10 03:35:04 +01:00 committed by Felix Held
parent 817c6a7a4c
commit 16a444c501
1 changed files with 1 additions and 1 deletions

View File

@ -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