diff options
author | Chris Packham <judge.packham@gmail.com> | 2020-08-30 20:51:23 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 20:51:23 +1200 |
commit | 23f17ab5cbff7a6ae46816553a166ff782da0c9a (patch) | |
tree | ba432b0ae7bf1715bfc41f924c9a1d7b644ef4f2 /packages/gcc/9.2.0/0018-isl-0.20.patch | |
parent | d908f53ffaed4592d9c660f23d66bcbb642f76f6 (diff) | |
parent | 793d65899f448ee9b0cf121a170c82f0bc15b854 (diff) | |
download | crosstool-ng-23f17ab5cbff7a6ae46816553a166ff782da0c9a.tar.gz crosstool-ng-23f17ab5cbff7a6ae46816553a166ff782da0c9a.tar.bz2 crosstool-ng-23f17ab5cbff7a6ae46816553a166ff782da0c9a.zip |
Merge pull request #1368 from egtvedt/add-gcc-9.3-and-10.2-binutils-2.35
Add gcc 9.3 and 10.2, and binutils 2.35
Diffstat (limited to 'packages/gcc/9.2.0/0018-isl-0.20.patch')
-rw-r--r-- | packages/gcc/9.2.0/0018-isl-0.20.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/packages/gcc/9.2.0/0018-isl-0.20.patch b/packages/gcc/9.2.0/0018-isl-0.20.patch deleted file mode 100644 index de188b14..00000000 --- a/packages/gcc/9.2.0/0018-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 @@ along with GCC; see the file COPYING3. - #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> |