From 3ac37b828d1904890d4cae54a0295d30704214c3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 30 May 2012 15:09:42 -0400 Subject: [PATCH] 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 Commit-Ready: Mike Frysinger Tested-by: Mike Frysinger --- setup_board | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup_board b/setup_board index eae727db77..9ee0d26d7c 100755 --- a/setup_board +++ b/setup_board @@ -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."