aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/make-4.2.1_alloca.patch
diff options
context:
space:
mode:
Diffstat (limited to 'util/crossgcc/patches/make-4.2.1_alloca.patch')
-rw-r--r--util/crossgcc/patches/make-4.2.1_alloca.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/util/crossgcc/patches/make-4.2.1_alloca.patch b/util/crossgcc/patches/make-4.2.1_alloca.patch
deleted file mode 100644
index 61a3581f4a..0000000000
--- a/util/crossgcc/patches/make-4.2.1_alloca.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- clean/make-4.2/glob/glob.c 2013-10-20 17:14:38.000000000 +0000
-+++ make-4.2/glob/glob.c 2018-09-18 10:16:03.860886356 +0000
-@@ -208,7 +208,7 @@
- #endif /* __GNU_LIBRARY__ || __DJGPP__ */
-
-
--#if !defined __alloca && !defined __GNU_LIBRARY__
-+#if !defined __alloca && defined __GNU_LIBRARY__
-
- # ifdef __GNUC__
- # undef alloca