From f14f640168ee0269b3c443cd2bba2fc8ee66e419 Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Fri, 11 Mar 2016 20:22:23 +0100 Subject: crossgcc/buildgcc: Add missing quotation mark MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5c20fd7057751a912aa2b2118dc5610c1ef647dc Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/14039 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering Reviewed-by: Martin Roth Reviewed-by: Ronald G. Minnich --- util/crossgcc/buildgcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 67ff1b6eb3..f88c09ce47 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -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() { -- cgit v1.2.3