summarylogtreecommitdiffstats
path: root/devkitarm-add-gcc-patch.patch
diff options
context:
space:
mode:
authorCarsten Teibes2017-06-27 18:36:49 +0200
committerCarsten Teibes2017-06-27 18:36:49 +0200
commit635fc20f0822a4b39325db9cb788ac02c737631e (patch)
tree4336c0f92bfb6f9b06d066c45e9a45a5791bdda8 /devkitarm-add-gcc-patch.patch
parentdea1bbe035d5ab0288a6a0389e4334c4f3b0c80a (diff)
downloadaur-635fc20f0822a4b39325db9cb788ac02c737631e.tar.gz
[fix] Add patches to build with GCC7
Disable Guile for GDB (does not build) Fix ISL usage
Diffstat (limited to 'devkitarm-add-gcc-patch.patch')
-rw-r--r--devkitarm-add-gcc-patch.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/devkitarm-add-gcc-patch.patch b/devkitarm-add-gcc-patch.patch
deleted file mode 100644
index a993c74fdef4..000000000000
--- a/devkitarm-add-gcc-patch.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur buildscripts.old/build-devkit.sh buildscripts/build-devkit.sh
---- buildscripts.old/build-devkit.sh 2016-11-27 21:58:40.103228901 +0100
-+++ buildscripts/build-devkit.sh 2016-11-27 22:54:55.283172632 +0100
-@@ -243,6 +243,7 @@
- extract_and_patch binutils $BINUTILS_VER bz2
- extract_and_patch gcc $GCC_VER bz2
- rm -fr gcc-$GCC_VER/zlib
-+patch -d gcc-$GCC_VER -Np1 < "$SRCDIR/fix-gcc-5.3.0-compilation-on-gcc-6.patch"
- extract_and_patch newlib $NEWLIB_VER gz
- extract_and_patch gdb $GDB_VER bz2
-