summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-11-24 13:51:58 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2023-11-29 12:33:24 +0100
commit5f552e668dd93064d1792890cf783e94d48e3bc1 (patch)
tree3086ec20e655c9802b80df70c14b96f426ed12f8 /etc
parent1c037dcd057024a004233559061f6bf0d4766763 (diff)
downloadbootstrappable-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.json6
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"
}