Add mame disabled patch to corss compile genie

This commit is contained in:
Jean-André Santoni 2015-07-08 12:02:32 +02:00
parent ac86637e0a
commit b27eb28950

View File

@ -0,0 +1,14 @@
diff -Naur mame.git/3rdparty/genie/build/gmake.linux/genie.make mame.patch/3rdparty/genie/build/gmake.linux/genie.make
--- mame.git/3rdparty/genie/build/gmake.linux/genie.make 2015-06-28 08:51:30.626767487 +0200
+++ mame.patch/3rdparty/genie/build/gmake.linux/genie.make 2015-07-01 10:35:43.137115167 +0200
@@ -25,10 +25,6 @@
RM = $(SILENT) del /F "$(subst /,\\,$(1))" 2> nul || exit 0
endif
-CC = gcc
-CXX = g++
-AR = ar
-
ifndef RESCOMP
ifdef WINDRES
RESCOMP = $(WINDRES)