<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26939">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">crosgcc/patches: Add make patch for GLIBC glob interface v2<br><br>Copied from the GNU make repository<br>author    Paul Smith <psmith@gnu.org><br>commit 48c8a116<br>configure.ac: Support GLIBC glob interface version 2<br><br>Change-Id: Id70a2b98dad6349ee56985d8dd6d4f0d87b470e6<br>Signed-off-by: Martin Roth <gaumless@gmail.com><br>---<br>A util/crossgcc/patches/make-4.2.1_gnu_glob_interface_v2.patch<br>1 file changed, 15 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/26939/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/crossgcc/patches/make-4.2.1_gnu_glob_interface_v2.patch b/util/crossgcc/patches/make-4.2.1_gnu_glob_interface_v2.patch</span><br><span>new file mode 100644</span><br><span>index 0000000..466d6fd</span><br><span>--- /dev/null</span><br><span>+++ b/util/crossgcc/patches/make-4.2.1_gnu_glob_interface_v2.patch</span><br><span>@@ -0,0 +1,15 @@</span><br><span style="color: hsl(120, 100%, 40%);">+diff -Naur make-4.2.1/configure.ac make-4.2.1/configure.ac</span><br><span style="color: hsl(120, 100%, 40%);">+--- make-4.2.1/configure.ac</span><br><span>++++ make-4.2.1/configure.ac</span><br><span style="color: hsl(120, 100%, 40%);">+@@ -399,10 +399,9 @@</span><br><span style="color: hsl(120, 100%, 40%);">+ #include <glob.h></span><br><span style="color: hsl(120, 100%, 40%);">+ #include <fnmatch.h></span><br><span style="color: hsl(120, 100%, 40%);">+ </span><br><span style="color: hsl(120, 100%, 40%);">+-#define GLOB_INTERFACE_VERSION 1</span><br><span style="color: hsl(120, 100%, 40%);">+ #if !defined _LIBC && defined __GNU_LIBRARY__ && __GNU_LIBRARY__ > 1</span><br><span style="color: hsl(120, 100%, 40%);">+ # include <gnu-versions.h></span><br><span style="color: hsl(120, 100%, 40%);">+-# if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION</span><br><span style="color: hsl(120, 100%, 40%);">++# if _GNU_GLOB_INTERFACE_VERSION == 1 || _GNU_GLOB_INTERFACE_VERSION == 2</span><br><span style="color: hsl(120, 100%, 40%);">+    gnu glob</span><br><span style="color: hsl(120, 100%, 40%);">+ # endif</span><br><span style="color: hsl(120, 100%, 40%);">+ #endif],</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26939">change 26939</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/26939"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Id70a2b98dad6349ee56985d8dd6d4f0d87b470e6 </div>
<div style="display:none"> Gerrit-Change-Number: 26939 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>