aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/make-4.2.1_alloca.patch
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-01-20 15:33:11 +0100
committerNico Huber <nico.h@gmx.de>2020-06-17 11:20:30 +0000
commit91fb139956bcbd5771fd7ec1e474c16122c1b547 (patch)
tree8bd679fc9975750bcd3d28d9aec231694106d4ab /util/crossgcc/patches/make-4.2.1_alloca.patch
parentc66c15334adb100eb55253cb03dbc4605becee46 (diff)
crossgcc: Remove "Make"
In its current state, it draws more dependencies in than it solves which makes it useless. Change-Id: I08f592731c3da2ac19e1f93682256f559a067fc4 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38483 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
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