mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-19 15:53:47 +00:00
binutils: Add binutils 2.40
https://sourceware.org/pipermail/binutils/2023-January/125671.html Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
@ -176,6 +176,12 @@ do_binutils_backend() {
|
||||
|
||||
[ "${CT_TOOLCHAIN_ENABLE_NLS}" != "y" ] && extra_config+=("--disable-nls")
|
||||
|
||||
if [ "${CT_COMP_LIBS_ZSTD}}" = "y" ]; then
|
||||
extra_config+=("--with-zstd=${complibs}")
|
||||
else
|
||||
extra_config+=("--without-zstd")
|
||||
fi
|
||||
|
||||
# Disable usage of glob for higher compatibility.
|
||||
# Not strictly needed for anything but GDB anyways.
|
||||
export ac_cv_func_glob=no
|
||||
|
Reference in New Issue
Block a user