libretro-mame2015: simplify cross-compile patch

REALCC is already set in package.mk so the hunk can be dropped

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2022-04-14 16:13:43 +02:00
parent 77b78aa06a
commit 08db095cf2

View File

@ -1,14 +1,5 @@
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,7 @@
LIBS += -lGL
endif
LDFLAGS += $(fpic) $(SHARED)
- REALCC ?= gcc
+ REALCC ?= $(CC)
BASELIBS += -lpthread
CXX ?= g++
#workaround for mame bug (c++ in .c files)
@@ -146,23 +146,23 @@
AR ?= @ar
LD := $(CXX)