mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-16 23:38:54 +00:00
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:
parent
aa6a6c3a34
commit
e7a88ff52d
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user