mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user