setup_board: drop unused toolchain ver flags

With the migration to cros_setup_toolchains, we no longer pass down the
versions of binutils/gcc/etc..., so drop the explicit flags.

BUG=chromium-os:23032
TEST=`cbuildbot x86-generic-full` works

Change-Id: I87dbb449e3c413c44cd008fc43d3258a2111227b
Reviewed-on: https://gerrit.chromium.org/gerrit/24056
Reviewed-by: Zdenek Behan <zbehan@chromium.org>
Commit-Ready: Mike Frysinger <vapier@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
Mike Frysinger 2012-05-30 15:09:42 -04:00 committed by Gerrit
parent 42184b4d2c
commit 3ac37b828d

View File

@ -37,15 +37,9 @@ show_help_if_requested "$@"
# not needed for the typical developer workflow.
DEFINE_string board_overlay "" \
"Location of the board overlay."
DEFINE_string binutils_version "2.21-r4" \
"Version of binutils to use."
DEFINE_boolean fast ${DEFAULT_FAST} "Call many emerges in parallel"
DEFINE_string gcc_version "[stable]" \
"Version of gcc to use."
DEFINE_integer jobs -1 \
"How many packages to build in parallel at maximum."
DEFINE_string kernel_version "[stable]" \
"Version of kernel headers to use."
DEFINE_boolean latest_toolchain $FLAGS_FALSE \
"Use the latest ebuild for all toolchain packages (gcc, binutils, libc, \
kernel). This overrides the other toolchain version options."