| commit | 6b06f503eede6498996c5145feac60e1610014c7 | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Wed Sep 27 09:46:56 2023 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 03 18:13:37 2023 +0000 |
| tree | 1d9cc795d295473b7e43e688d37feba0b476f1f7 | |
| parent | b0269024924a147fed028ab02a03478dd1d9f20b [diff] |
Revert "compiler_wrapper: manually apply -D_FORTIFY_SOURCE=2" Manual application of `-D_FORTIFY_SOURCE=2` is no longer necessary; the world is now compatible (enough) with `=3` BUG=b:288411201 TEST=CQ on crrev.com/c/4794911 This reverts commit 82ce7214523ef45dbc4b5d0503df97ac257123e0. Change-Id: Iaa23cf211d6cbaa26a6d36944fd14c114c4fc1e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/4895335 Commit-Queue: George Burgess <gbiv@chromium.org> Reviewed-by: Ryan Beltran <ryanbeltran@chromium.org> Tested-by: George Burgess <gbiv@chromium.org>
toolchain-utilsVarious utilities used by the ChromeOS 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.