Merge pull request #6384 from HiassofT/le11-mame2015

[le11] libretro-mame2015: simplify cross-compile patch
This commit is contained in:
Rudi Heitbaum 2022-04-15 00:40:23 +10:00 committed by GitHub
commit 49629ab1a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)