summarylogtreecommitdiffstats
path: root/devkitarm-add-gcc-patch.patch
blob: a993c74fdef40961a7eacf092f7343dd5724824e (plain)
1
2
3
4
5
6
7
8
9
10
11
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