diff options
author | Oliver Reiche <oliver.reiche@gmail.com> | 2024-01-04 17:45:14 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-01-10 13:21:45 +0100 |
commit | 4e497682ddfac0552da520b328ba1f1d51ee9d89 (patch) | |
tree | 1743eb0c276fd179ff81e247dfd64bba84ed57cb /etc/repos.json | |
parent | aea952933058d1f71173f142fc1ec55a14849f48 (diff) | |
download | bootstrappable-toolchain-4e497682ddfac0552da520b328ba1f1d51ee9d89.tar.gz |
stage-0/binutils: Bootstrap via proper Justbuild target
Diffstat (limited to 'etc/repos.json')
-rw-r--r-- | etc/repos.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/repos.json b/etc/repos.json index cc85614..267aa49 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -1,7 +1,6 @@ { "main": "gcc-latest-musl+tools" , "repositories": { "patches": {"repository": {"type": "file", "path": "etc/patches"}} - , "scripts": {"repository": {"type": "file", "path": "etc/scripts"}} , "imports": {"repository": {"type": "file", "path": "etc/imports"}} , "defaults": {"repository": {"type": "file", "path": "etc/defaults"}} , "bootstrap": {"repository": {"type": "file", "path": "src/bootstrap"}} @@ -273,7 +272,6 @@ { "rules": "rules/stage-0" , "busybox": "stage-0/busybox" , "make": "stage-0/make" - , "scripts": "scripts" } } , "stage-0/gcc": |