summaryrefslogtreecommitdiff
path: root/packages/gcc/8.2.0/0019-isl-0.20.patch
diff options
context:
space:
mode:
authorKumar Gala <kumar.gala@linaro.org>2019-02-22 17:12:43 (GMT)
committerKumar Gala <kumar.gala@linaro.org>2019-02-23 17:37:15 (GMT)
commitb96a10ab5ae245c7ab4b741c3b4fb502dc174b5d (patch)
tree01a8461e0b50fc3a903f94e99d9fcca161d4048a /packages/gcc/8.2.0/0019-isl-0.20.patch
parent2a1e0cb0314a9b50ba8421e21b5a262442ab7c9f (diff)
Update to gcc 8.3.0
Had to update the following patches so they'd apply: 0006-libgfortran-missing-include.patch 0010-crystax.patch Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Diffstat (limited to 'packages/gcc/8.2.0/0019-isl-0.20.patch')
-rw-r--r--packages/gcc/8.2.0/0019-isl-0.20.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/packages/gcc/8.2.0/0019-isl-0.20.patch b/packages/gcc/8.2.0/0019-isl-0.20.patch
deleted file mode 100644
index 3e14966..0000000
--- a/packages/gcc/8.2.0/0019-isl-0.20.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-commit 9fabe086c9f5c3896297f7f35491d785ba6f49a0
-Author: Alexey Neyman <stilor@att.net>
-Date: Mon Sep 24 22:50:11 2018 -0700
-
- Fix build with ISL 0.20
-
- * gcc/graphite.h: Include <isl/id.h> and <isl/space.h>; these
- headers are no longer pulled in by <isl/val.h>.
-
- Signed-off-by: Alexey Neyman <stilor@att.net>
-
----
- gcc/graphite.h | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/gcc/graphite.h
-+++ b/gcc/graphite.h
-@@ -26,6 +26,8 @@
- #include <isl/options.h>
- #include <isl/ctx.h>
- #include <isl/val.h>
-+#include <isl/id.h>
-+#include <isl/space.h>
- #include <isl/set.h>
- #include <isl/union_set.h>
- #include <isl/map.h>