make-binaries: Omit unnecessary glibc setting

The CT_GLIBC_KERNEL_VERSION_NONE option is about the minimum kernel
version supported by the toolchain's glibc.  The default is to stick to
the version of the kernel headers, which should be just fine.
This commit is contained in:
Holger Weiss 2023-07-23 14:52:18 +02:00
parent 8a740d5087
commit 0b6cb77b3c
1 changed files with 0 additions and 1 deletions

View File

@ -273,7 +273,6 @@ create_gnu_config()
cat >>"$file" <<-'EOF'
CT_GLIBC_V_2_19=y
CT_GLIBC_KERNEL_VERSION_NONE=y
EOF
}
#.