From 1fd409d8acc795a80ef4f8ec8edbda694707ef41 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 5 Dec 2023 11:14:38 +0100 Subject: gcc-musl: Fix stripping of binaries and libs ... by using a single strip tool (for host) that supports all target types. --- etc/repos.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'etc') 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": -- cgit v1.2.3