| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 92d0b6e12877497f30aafe083d2a08da38e4b4e7..86fceae3a3b4f7ce5fcbc8551387a359919faf82 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -170,8 +170,8 @@ if (host_toolchain == "") {
|
| } else if (host_os == "mac") {
|
| host_toolchain = "//build/toolchain/mac:clang_$host_cpu"
|
| } else if (host_os == "win") {
|
| - # TODO(crbug.com/467159): win cross-compiles don't actually work yet, so
|
| - # use the target_cpu instead of the host_cpu.
|
| + # On Windows always use the target CPU for host builds. On the
|
| + # configurations we support this will always work and it saves build steps.
|
| if (is_clang) {
|
| host_toolchain = "//build/toolchain/win:clang_$target_cpu"
|
| } else {
|
|
|