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.
This commit is contained in:
Holger Weiss 2023-07-23 14:54:04 +02:00
parent 0b6cb77b3c
commit f1b0a9cb32
1 changed files with 0 additions and 1 deletions

View File

@ -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
}
#.