Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index 07408d69c64d67f4159ae5b371295b97150f43a4..2723efa7ee952a03ccf5245c755b92bbee8064bf 100644 |
--- a/build/config/compiler/BUILD.gn |
+++ b/build/config/compiler/BUILD.gn |
@@ -162,6 +162,11 @@ config("compiler") { |
configs += [ "//build/config/mac:compiler" ] |
} |
+ # Applies to all Posix systems. |
+ if (is_posix) { |
+ configs += [ "//build/config/posix:compiler" ] |
+ } |
+ |
# See the definitions below. |
configs += [ |
":compiler_cpu_abi", |