| Index: src/trusted/service_runtime/linux/BUILD.gn
|
| diff --git a/src/trusted/service_runtime/linux/BUILD.gn b/src/trusted/service_runtime/linux/BUILD.gn
|
| index 42a14ac6d284fb8987acb0d568f85bb305d9b76b..37cc61fa1059ed8af6cc12fc2c86235f8eed72cd 100644
|
| --- a/src/trusted/service_runtime/linux/BUILD.gn
|
| +++ b/src/trusted/service_runtime/linux/BUILD.gn
|
| @@ -50,6 +50,11 @@ if (current_toolchain == bootstrap_toolchain) {
|
| compiler = "g++"
|
| }
|
|
|
| + if (target_os == "chromeos" && defined(cros_target_cxx) &&
|
| + cros_target_cxx != "") {
|
| + compiler = cros_target_cxx
|
| + }
|
| +
|
| static_library("nacl_bootstrap_lib") {
|
| # This code has very specific requirements related to its static
|
| # linking and minimal libc use. It cannot support the normal variety
|
|
|