[coreboot-gerrit] Change in coreboot[master]: crosgcc/patches: Add make patch for GLIBC glob interface v2

Martin Roth (Code Review) gerrit at coreboot.org
Thu Jun 7 06:36:40 CEST 2018


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/26939


Change subject: crosgcc/patches: Add make patch for GLIBC glob interface v2
......................................................................

crosgcc/patches: Add make patch for GLIBC glob interface v2

Copied from the GNU make repository
author	Paul Smith <psmith at gnu.org>
commit 48c8a116
configure.ac: Support GLIBC glob interface version 2

Change-Id: Id70a2b98dad6349ee56985d8dd6d4f0d87b470e6
Signed-off-by: Martin Roth <gaumless at gmail.com>
---
A util/crossgcc/patches/make-4.2.1_gnu_glob_interface_v2.patch
1 file changed, 15 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/26939/1

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
new file mode 100644
index 0000000..466d6fd
--- /dev/null
+++ b/util/crossgcc/patches/make-4.2.1_gnu_glob_interface_v2.patch
@@ -0,0 +1,15 @@
+diff -Naur make-4.2.1/configure.ac make-4.2.1/configure.ac
+--- make-4.2.1/configure.ac
++++ make-4.2.1/configure.ac
+@@ -399,10 +399,9 @@
+ #include <glob.h>
+ #include <fnmatch.h>
+ 
+-#define GLOB_INTERFACE_VERSION 1
+ #if !defined _LIBC && defined __GNU_LIBRARY__ && __GNU_LIBRARY__ > 1
+ # include <gnu-versions.h>
+-# if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION
++# if _GNU_GLOB_INTERFACE_VERSION == 1 || _GNU_GLOB_INTERFACE_VERSION == 2
+    gnu glob
+ # endif
+ #endif],

-- 
To view, visit https://review.coreboot.org/26939
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id70a2b98dad6349ee56985d8dd6d4f0d87b470e6
Gerrit-Change-Number: 26939
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180607/4c2b9535/attachment.html>


More information about the coreboot-gerrit mailing list