aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/bundle.README
diff options
context:
space:
mode:
authorTobias Bosch <tbosch@google.com>2019-08-14 15:15:21 -0700
committerTobias Bosch <tbosch@google.com>2019-08-15 22:43:02 +0000
commit47f580fe94bc41a39c010559c78d918d6fabc2db (patch)
tree647875f5d14254992055c299de93490218e459b1 /compiler_wrapper/bundle.README
parent5fa6d24a85e04ee967f277369ba3714a4a6efe3b (diff)
downloadtoolchain-utils-47f580fe94bc41a39c010559c78d918d6fabc2db.tar.gz
Pass the old wrapper path as a linker argument
BUG=chromium:773875 TEST=unit test and comparison to old wrapper Change-Id: I97cff81f2b42a01f82ba66668693b17a27c14672 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1754130 Tested-by: Tobias Bosch <tbosch@google.com> Reviewed-by: George Burgess <gbiv@chromium.org>
Diffstat (limited to 'compiler_wrapper/bundle.README')
-rw-r--r--compiler_wrapper/bundle.README3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler_wrapper/bundle.README b/compiler_wrapper/bundle.README
index a969d934..530d04ea 100644
--- a/compiler_wrapper/bundle.README
+++ b/compiler_wrapper/bundle.README
@@ -5,7 +5,8 @@ found in the LICENSE file.
Toolchain utils compiler wrapper sources.
Build the wrapper:
-./build --config=<config name> --use_ccache=<bool> --output_file=<file>
+./build --config=<config name> --use_ccache=<bool> \
+ --old_wrapper_path=<path> --output_file=<file>
ATTENTION:
The files in this folder are generated. Do not modify manually!