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:
@ -15,7 +15,7 @@ help_toolchain help::
|
|||||||
@echo ' ARCH can be "$(subst $(spc),"$(comma) ",$(TOOLCHAIN_ARCHES))"'
|
@echo ' ARCH can be "$(subst $(spc),"$(comma) ",$(TOOLCHAIN_ARCHES))"'
|
||||||
@echo ' Use "make [target] CPUS=#" to build toolchain using multiple cores'
|
@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] 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
|
@echo
|
||||||
|
|
||||||
# For the toolchain builds, use CPUS=x to use multiple processors to build
|
# For the toolchain builds, use CPUS=x to use multiple processors to build
|
||||||
|
Reference in New Issue
Block a user