From 47f580fe94bc41a39c010559c78d918d6fabc2db Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Wed, 14 Aug 2019 15:15:21 -0700 Subject: 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 Reviewed-by: George Burgess --- compiler_wrapper/bundle.README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compiler_wrapper/bundle.README') 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= --use_ccache= --output_file= +./build --config= --use_ccache= \ + --old_wrapper_path= --output_file= ATTENTION: The files in this folder are generated. Do not modify manually! -- cgit v1.2.3