Use Fuchsia Clang toolchain distribution on Linux

This is needed to ensure that the host compiler has C++14 support.

Change-Id: I42de5d0e2552032d043e50dd69875ed99d827a78
Reviewed-on: https://gn-review.googlesource.com/1400
Reviewed-by: Scott Graham <scottmg@chromium.org>
7 files changed
tree: 0f6df00fa808e4d85a1c191a482866519cfb8868
  1. base/
  2. build/
  3. infra/
  4. src/
  5. third_party/
  6. tools/
  7. .clang-format
  8. .editorconfig
  9. .gitignore
  10. .style.yapf
  11. AUTHORS
  12. LICENSE
  13. README.md
README.md

GN

GN is a meta-build system that generates build files for Ninja.

Get started with:

git clone https://gn.googlesource.com/gn
cd gn
python build/gen.py
ninja -C out