diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-11-24 13:51:58 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-11-29 12:33:24 +0100 |
commit | 5f552e668dd93064d1792890cf783e94d48e3bc1 (patch) | |
tree | 3086ec20e655c9802b80df70c14b96f426ed12f8 /etc | |
parent | 1c037dcd057024a004233559061f6bf0d4766763 (diff) | |
download | bootstrappable-toolchain-5f552e668dd93064d1792890cf783e94d48e3bc1.tar.gz |
Rename rules for building Clang
... to emphasize which GCC and GNU libstdc++ versions are
used and shipped with the Clang installation. If future
Clang versions rely on newer GCC/GNU libstdc++ versions,
they can be built by providing a separate modified rule set.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/repos.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/repos.json b/etc/repos.json index 36be465..1bb9425 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -45,7 +45,7 @@ , "gcc": "stage-1/gcc" } } - , "rules/clang": + , "rules/clang_with_gcc13": { "repository": "rules" , "target_root": "defaults" , "target_file_name": "clang.TARGETS" @@ -368,7 +368,7 @@ , "target_root": "compilers" , "target_file_name": "clang-16-native.TARGETS" , "bindings": - { "rules": "rules/clang" + { "rules": "rules/clang_with_gcc13" , "binutils": "imports/binutils-latest" , "patches": "patches" } @@ -385,7 +385,7 @@ , "target_root": "compilers" , "target_file_name": "clang-17-native.TARGETS" , "bindings": - { "rules": "rules/clang" + { "rules": "rules/clang_with_gcc13" , "binutils": "imports/binutils-latest" , "patches": "patches" } |