Revert "binutils: Disable glob for better portability"

This reverts commit 57f59092852dff18fbda68fdbf23f850ad182c40. This was
originally added so that a toolchain could be built on a newer system but
run on an older one. With the benefit of hindsight that is probably the
wrong approach. The best way of achieving that goal would be to use
docker/podman container to provide an environment that is the same as
the oldest supported system and build inside that. The resulting
toolchain should be compatible with the old system and the new one.

Closes #2094

Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2024-01-30 12:38:13 +13:00
parent aa6a6c3a34
commit e7a88ff52d

View File

@ -182,10 +182,6 @@ do_binutils_backend() {
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
CT_DoLog DEBUG "Extra config passed: '${extra_config[*]}'"
CT_DoExecLog CFG \