summarylogtreecommitdiffstats
path: root/gcc5.patch
diff options
context:
space:
mode:
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
+