commit | 8126715006b533888697689276b771cf6cdc2063 | [log] [tgz] |
---|---|---|
author | George Burgess IV <[email protected]> | Mon Jan 25 12:11:56 2021 -0800 |
committer | George Burgess <[email protected]> | Fri Jan 29 17:39:12 2021 +0000 |
tree | 7f8273650dd0fb798b199a52882b885df2860917 | |
parent | 77a0c2073a603ce6698f3667036e62a572cbb37c [diff] |
compiler_wrapper: disable force-disable-werror with GCC Enabling this functionality with GCC is pointless -- we don't roll it, so we don't want to catch new -Werrors with it. We're having some GCC-specific functionality coming in soon; disabling this simplifies things some. BUG=chromium:1166017 TEST=CQ Change-Id: I3f73a8124ea85a2f14fd5c909a9bbed2b46f28f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2648431 Reviewed-by: Manoj Gupta <[email protected]> Tested-by: George Burgess <[email protected]>
toolchain-utils
Various utilities used by the Chrome OS toolchain team.
To run Python scripts in this directory, first run:
export PYTHONPATH=$(readlink -f .):$PYTHONPATH
from this directory.
Then you can run any script.
To get help on any script, type in python <script> --help
, or refer to the header of the script for more information.