diff options
-rw-r--r-- | util/crossgcc/patches/make-4.2.1_gnu_glob_interface_v2.patch | 15 |
1 files changed, 15 insertions, 0 deletions
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 0000000000..466d6fdd70 --- /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], |