| Index: build/toolchain/gcc_toolchain.gni
|
| diff --git a/build/toolchain/gcc_toolchain.gni b/build/toolchain/gcc_toolchain.gni
|
| index 8cffd4915339b759632d3703d5a462040c82eee0..22c335f0028ef0d3169bb47295cfb5981256d48e 100644
|
| --- a/build/toolchain/gcc_toolchain.gni
|
| +++ b/build/toolchain/gcc_toolchain.gni
|
| @@ -387,6 +387,7 @@ template("gcc_toolchain") {
|
| current_os = invoker.toolchain_os
|
|
|
| # These values need to be passed through unchanged.
|
| + host_toolchain = host_toolchain
|
| target_os = target_os
|
| target_cpu = target_cpu
|
|
|
|
|