summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}