From ffbb5ab230d1307e10f72bf5d94441b2a134c5af Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 6 Jul 2023 14:21:27 +0200 Subject: 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"]. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3