Merge pull request #1408 from abrodkin/topic-binutils-no-glob

binutils: Disable glob for better portability
This commit is contained in:
Chris Packham 2020-10-18 20:33:36 +13:00 committed by GitHub
commit dd20ee5526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \