third_party.pigweed.src/pw_toolchain
Keir Mierle 95a980be8b pw_toolchain: Fix Mac host GN build
This fixes the long standing GN build breakage on Mac, which was due to
the CIPD-provided Clang defaulting to the system-provided libc++.

In order to restore Mac builds, this patch also:
- Disable GN GCC host build in presubmit (it's just Clang)
- Disable CMake host build (needs toolchain work)
- Disable Bazel host build (needs toolchain work)

Change-Id: I01dbe1e951af202a028a66d26d9c496cab736748
2020-03-04 16:05:44 -08:00
..
arm_gcc.gni
BUILD
BUILD.gn
host_clang.gni pw_toolchain: Fix Mac host GN build 2020-03-04 16:05:44 -08:00
host_gcc.gni
README.md

pw_toolchain: Pigweed's standard build toolchains