Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Notice: This article is under construction, some sections may not be complete. This notice will be removed as it exits it's its initial draft.

Writing self configuring C/C++ Toolchains

...

Background

...

Setting up a Bazel repository

...

Toolchain Selection

...

Getting Bazel to select our own toolchains

...

Putting all the pieces together

...

...

Background

The purpose of this article is to detail how to properly write Bazel C/C++ toolchains.

...