diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-07-06 14:21:27 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-08-16 15:32:11 +0200 |
commit | ffbb5ab230d1307e10f72bf5d94441b2a134c5af (patch) | |
tree | f4e37ba002208001188add56e12c57fb6054a896 /CHANGELOG.md | |
parent | e17365cb6d1af6ae12fdaaf97f28a02c7ee61bed (diff) | |
download | justbuild-ffbb5ab230d1307e10f72bf5d94441b2a134c5af.tar.gz |
Introduce configuration variable TOOLCHAIN_CONFIG
... to pass along toolchain settings for current and future
toolchain definitions. Configuration variable
COMPILER_FAMILY is replaced by TOOLCHAIN_CONFIG["FAMILY"].
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f1fd23c..f6550334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,10 @@ A feature release on top of `1.1.0`, backwards compatible. inspect parts of a tree. - `just-mr` now supports unpacking 7zip archives (with default compression) when provided as `"zip"` type repositories. +- The configuration variable `COMPILER_FAMILY` is replaced by the more + flexible `TOOLCHAIN_CONFIG`, an object which may contain the field + `FAMILY`. From now on, this object is used to set the compiler family + (e.g., for GNU, set `{"TOOLCHAIN_CONFIG":{"FAMILY":"gnu"}}`). ### Fixes |