summarylogtreecommitdiffstats
path: root/gcc5.patch
diff options
context:
space:
mode:
authorOliver Jaksch2016-09-16 14:30:06 +0200
committerOliver Jaksch2016-09-16 14:30:06 +0200
commit6ba18c31848c34eb7d61be1b744c6288a2ab990e (patch)
treef41cc6ac2c1986c98e88297751a7e267180fe2ad /gcc5.patch
parent146861fb1718cc9a7fd4c9d698373a188f5b8660 (diff)
downloadaur-libretro-frodo-git.tar.gz
Patch for gcc-5 added
Diffstat (limited to 'gcc5.patch')
-rw-r--r--gcc5.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc5.patch b/gcc5.patch
new file mode 100644
index 000000000000..2b3af3150de5
--- /dev/null
+++ b/gcc5.patch
@@ -0,0 +1,11 @@
+--- Makefile.libretro.org 2016-09-16 14:09:48.276431132 +0200
++++ Makefile.libretro 2016-09-16 14:09:06.926626716 +0200
+@@ -35,6 +35,8 @@
+
+
+ ifeq ($(platform), unix)
++ CC = gcc-5
++ CXX = g++-5
+ TARGET := $(TARGET_NAME)_libretro.so
+ LDFLAGS += -shared -Wl,--version-script=libretro/link.T -lz
+