diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-12-05 11:14:38 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-12-21 12:23:24 +0100 |
commit | 1fd409d8acc795a80ef4f8ec8edbda694707ef41 (patch) | |
tree | c2825644102be3486f6b55f8d42d7b3faee75289 /etc | |
parent | ee44c27d7161976ccccf893ba3f889b533080347 (diff) | |
download | bootstrappable-toolchain-1fd409d8acc795a80ef4f8ec8edbda694707ef41.tar.gz |
gcc-musl: Fix stripping of binaries and libs
... by using a single strip tool (for host) that supports
all target types.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/repos.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/repos.json b/etc/repos.json index 15b92ce..0c6dd62 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -354,7 +354,10 @@ { "repository": "compilers" , "target_file_name": "gcc-13-musl-static.TARGETS" , "bindings": - {"rules": "rules/static-build", "gcc-musl": "compilers/gcc-13.2.0-musl"} + { "rules": "rules/static-build" + , "binutils": "imports/binutils-latest" + , "gcc-musl": "compilers/gcc-13.2.0-musl" + } } , "compilers/clang-16.0.6-native": { "repository": |