| Index: tools/gn/args.cc
|
| diff --git a/tools/gn/args.cc b/tools/gn/args.cc
|
| index f81ffbe09a39e11a527d4dcf8741294c0dab03ee..b4a9b6014b7a3cbdf85b052f32736896d127e36c 100644
|
| --- a/tools/gn/args.cc
|
| +++ b/tools/gn/args.cc
|
| @@ -306,7 +306,8 @@ void Args::SetSystemVarsLocked(Scope* dest) const {
|
| else if (os_arch == "mips")
|
| arch = kPPC64;
|
| else
|
| - CHECK(false) << "OS architecture not handled. (" << os_arch << ")";
|
| + // OS architecture not handled. (|os_arch|)
|
| + CHECK(false);
|
|
|
| // Save the OS and architecture as build arguments that are implicitly
|
| // declared. This is so they can be overridden in a toolchain build args
|
|
|