| Index: build/toolchain/gcc_toolchain.gni
|
| diff --git a/build/toolchain/gcc_toolchain.gni b/build/toolchain/gcc_toolchain.gni
|
| index ec138b1781858bb553bf2cc638da5d09df8fb2cb..43cd780498b253da365cfd51ea61a0951be19629 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
|
|
|
|
|