From f1b0a9cb32d591f67019a07f14101790d026c508 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sun, 23 Jul 2023 14:54:04 +0200 Subject: [PATCH] make-binaries: Don't hard-code musl version The default is to link against the most-recent musl version available within the crosstool-ng toolchain, which is currently 1.2.2. Unlike with glibc, there's no point in sticking to some older version. --- tools/make-binaries | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/make-binaries b/tools/make-binaries index 20622efc3..1f3788278 100755 --- a/tools/make-binaries +++ b/tools/make-binaries @@ -287,7 +287,6 @@ create_musl_config() cat >>"$file" <<-'EOF' CT_EXPERIMENTAL=y CT_LIBC_MUSL=y - CT_MUSL_V_1_2_2=y EOF } #.