diff options
author | Martin Roth <gaumless@gmail.com> | 2015-06-21 12:06:28 -0600 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2015-06-22 21:28:21 +0200 |
commit | d1da74ff9d61f42432eb78e76a11903afcf68b7b (patch) | |
tree | 58142a75e9a2ba94f8a44da4f21138ebb23a6b4a | |
parent | 7403e059ec8cf1407b5f79c5665f7be99d195d77 (diff) | |
download | coreboot-d1da74ff9d61f42432eb78e76a11903afcf68b7b.tar.xz |
buildgcc: Add list of valid platform to the help text.
Change-Id: Ic48a08d1067c850555cf04ad29e65e9bdb7c4243
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: http://review.coreboot.org/10619
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index ddb6c4c71d..b78b14194b 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() |