From 5f552e668dd93064d1792890cf783e94d48e3bc1 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Fri, 24 Nov 2023 13:51:58 +0100 Subject: 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. --- etc/repos.json | 6 +++--- 1 file 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" } -- cgit v1.2.3