Use inclusive default toolchain
Bug: 386
Change-Id: Id93000c44497c18c5fd564b43961e11b38a27002
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/46960
Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
diff --git a/BUILDCONFIG.gn b/BUILDCONFIG.gn
index 4452fbe..9209b80 100644
--- a/BUILDCONFIG.gn
+++ b/BUILDCONFIG.gn
@@ -17,7 +17,7 @@
import("//build_overrides/pigweed.gni")
}
-# The default toolchain is not used in Pigweed builds, so it is set to a dummy
+# The default toolchain is not used in Pigweed builds, so it is set to an empty
# toolchain. The top-level BUILD.gn should stamp a group with all of the build
# targets and their toolchains.
-set_default_toolchain("${_pigweed_directory.dir_pw_toolchain}/dummy")
+set_default_toolchain("${_pigweed_directory.dir_pw_toolchain}/default")