diff options
author | Mats Wichmann <mats@linux.com> | 2024-09-19 16:52:46 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2024-09-19 17:35:47 (GMT) |
commit | f3b0a00430abc6d7eb35e143824481be37cad8f8 (patch) | |
tree | 1f4f8d1b587d632c9533fb2729c5f7df9ebf241f /RELEASE.txt | |
parent | f700df24f39cbfcc421eaa221869f5a12b692bc0 (diff) | |
download | SCons-f3b0a00430abc6d7eb35e143824481be37cad8f8.zip SCons-f3b0a00430abc6d7eb35e143824481be37cad8f8.tar.gz SCons-f3b0a00430abc6d7eb35e143824481be37cad8f8.tar.bz2 |
Add clang, clang++ to default tool search
SCons will now automatically find clang (clang++) on Linux
and Windows, in each case looked for just after gcc (g++).
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index f21f93e..785ef95 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -58,6 +58,13 @@ IMPROVEMENTS Calling AddOption with the full set of arguments (option names and attributes) to set up the option is still the recommended approach. +- Add clang and clang++ to the default tool search orders for POSIX + and Windows platforms. These will be searched for after gcc and g++, + respectively. Does not affect expliclity requested tool lists. Note: + on Windows, SCons currently only has builtin support for clang, not + for clang-cl, the version of the frontend that uses cl.exe-compatible + command line switches. + PACKAGING --------- |