crossgcc/buildgcc: Add missing quotation mark

Change-Id: I5c20fd7057751a912aa2b2118dc5610c1ef647dc
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/14039
Tested-by: build bot (Jenkins)
Reviewed-by: Idwer Vollering <vidwer@gmail.com>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Jonathan Neuschäfer 2016-03-11 20:22:23 +01:00 committed by Ronald G. Minnich
parent 92fc072c2f
commit f14f640168
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ myhelp()
printf " [-S|--scripting] build scripting support for GDB\n\n"
printf "Platforms for GCC & GDB:\n"
printf " x86_64 i386-elf i386-mingw32 mipsel-elf riscv-elf arm aarch64\n"
printf " powerpc64le-linux-gnu nds32le-elf\n\n
printf " powerpc64le-linux-gnu nds32le-elf\n\n"
}
printversion() {