| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 99dd917cefa4fc9897021ec3f60e8882c821f820..96340dc44654e30f1adc7a94edab4fd307aa289c 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -181,8 +181,10 @@ config("compiler") {
|
| configs += [ "//build/config/aix:compiler" ]
|
| }
|
|
|
| - # See the definitions below.
|
| configs += [
|
| + "//build/config/c++:c++flags",
|
| +
|
| + # See the definitions below.
|
| ":compiler_cpu_abi",
|
| ":compiler_codegen",
|
| ]
|
|
|