mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
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:
parent
77b78aa06a
commit
08db095cf2
@ -1,14 +1,5 @@
|
|||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/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 @@
|
@@ -146,23 +146,23 @@
|
||||||
AR ?= @ar
|
AR ?= @ar
|
||||||
LD := $(CXX)
|
LD := $(CXX)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user