diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-12-15 14:26:56 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-12-21 12:23:24 +0100 |
commit | 85db41027f15632dcf7dbfd0d80878ccd4960cb1 (patch) | |
tree | 923f218c67d52f8f265d2a2d5863e471ef297ba6 /etc | |
parent | e22e0bbea33337904a02717e3f2ff1bcb7853535 (diff) | |
download | bootstrappable-toolchain-85db41027f15632dcf7dbfd0d80878ccd4960cb1.tar.gz |
gcc-musl: Unify static and non-static descriptions
Diffstat (limited to 'etc')
-rw-r--r-- | etc/repos.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/repos.json b/etc/repos.json index 0c6dd62..a2511f8 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -353,11 +353,7 @@ , "compilers/gcc-13.2.0-musl-static": { "repository": "compilers" , "target_file_name": "gcc-13-musl-static.TARGETS" - , "bindings": - { "rules": "rules/static-build" - , "binutils": "imports/binutils-latest" - , "gcc-musl": "compilers/gcc-13.2.0-musl" - } + , "bindings": {"gcc-musl": "compilers/gcc-13.2.0-musl"} } , "compilers/clang-16.0.6-native": { "repository": |