mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
Merge pull request #1408 from abrodkin/topic-binutils-no-glob
binutils: Disable glob for better portability
This commit is contained in:
commit
dd20ee5526
@ -177,6 +177,10 @@ do_binutils_backend() {
|
||||
|
||||
[ "${CT_TOOLCHAIN_ENABLE_NLS}" != "y" ] && extra_config+=("--disable-nls")
|
||||
|
||||
# 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…
Reference in New Issue
Block a user