[coreboot-gerrit] New patch to review for coreboot: crossgcc: Add list of valid platform to the help text.

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Sun Jun 21 20:06:41 CEST 2015


Martin Roth (gaumless at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10619

-gerrit

commit de535c8c00f6dcd9a2fdbecb67f73d4064732312
Author: Martin Roth <gaumless at gmail.com>
Date:   Sun Jun 21 12:06:28 2015 -0600

    crossgcc: Add list of valid platform to the help text.
    
    Change-Id: Ic48a08d1067c850555cf04ad29e65e9bdb7c4243
    Signed-off-by: Martin Roth <gaumless at gmail.com>
---
 util/crossgcc/buildgcc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index ddb6c4c..b78b141 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -305,6 +305,8 @@ myhelp()
 	printf "    [-p|--platform <platform>]    target platform to build cross compiler for\n"
 	printf "                                  (defaults to $TARGETARCH)\n"
 	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\n"
 }
 
 myversion()



More information about the coreboot-gerrit mailing list