Skip to content

Commit

Permalink
Fix glob in Binutils
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Jan 28, 2024
1 parent d1adaa2 commit d26289c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions 0005-Fix-glob-in-Binutils.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
From 8c8403ebe0481cf1e79c0755ffa27600aed10b93 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mateusz=20Miku=C5=82a?= <mati865@gmail.com>
Date: Sun, 28 Jan 2024 20:04:56 +0100
Subject: [PATCH] Fix glob in Binutils

---
scripts/build/binutils/binutils.sh | 4 ----
1 file changed, 4 deletions(-)

diff --git a/scripts/build/binutils/binutils.sh b/scripts/build/binutils/binutils.sh
index eff19c46..abb0123c 100644
--- a/scripts/build/binutils/binutils.sh
+++ b/scripts/build/binutils/binutils.sh
@@ -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 \
--
2.34.1

0 comments on commit d26289c

Please sign in to comment.