diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2016-03-11 20:22:23 +0100 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2016-03-11 22:00:04 +0100 |
commit | f14f640168ee0269b3c443cd2bba2fc8ee66e419 (patch) | |
tree | eb2c1f59827bf278be16585b6008101a9d71d553 /util | |
parent | 92fc072c2faf3d1be82f50ee3feda42461e9ac16 (diff) |
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>
Diffstat (limited to 'util')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |