mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
Merge pull request #1908 from vpeter4/libretro-ppsspp
libretro-ppsspp: remove unneeded patch
This commit is contained in:
commit
2b32b50d8c
@ -50,19 +50,19 @@ pre_make_target() {
|
|||||||
make_target() {
|
make_target() {
|
||||||
case $PROJECT in
|
case $PROJECT in
|
||||||
RPi)
|
RPi)
|
||||||
make -C libretro platform=armv6-gles-hardfloat-arm1176jzf-s
|
make -C libretro CC=$CC CXX=$CXX platform=armv6-gles-hardfloat-arm1176jzf-s
|
||||||
;;
|
;;
|
||||||
RPi2)
|
RPi2)
|
||||||
make -C libretro platform=armv7-neon-gles-hardfloat-cortex-a7
|
make -C libretro CC=$CC CXX=$CXX platform=armv7-neon-gles-hardfloat-cortex-a7
|
||||||
;;
|
;;
|
||||||
imx6)
|
imx6)
|
||||||
make -C libretro platform=armv7-neon-gles-hardfloat-cortex-a9
|
make -C libretro CC=$CC CXX=$CXX platform=armv7-neon-gles-hardfloat-cortex-a9
|
||||||
;;
|
;;
|
||||||
WeTek_Play|WeTek_Core)
|
WeTek_Play|WeTek_Core)
|
||||||
make -C libretro platform=armv7-neon-gles-hardfloat-cortex-a9
|
make -C libretro CC=$CC CXX=$CXX platform=armv7-neon-gles-hardfloat-cortex-a9
|
||||||
;;
|
;;
|
||||||
Generic)
|
Generic)
|
||||||
make -C libretro
|
make -C libretro CC=$CC CXX=$CXX
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
diff -Naur a/libretro/Makefile b/libretro/Makefile
|
|
||||||
--- a/libretro/Makefile 2016-01-19 10:11:20.000000000 +0100
|
|
||||||
+++ b/libretro/Makefile 2016-01-19 10:27:00.009866912 +0100
|
|
||||||
@@ -201,8 +201,8 @@
|
|
||||||
|
|
||||||
# ARM
|
|
||||||
else ifneq (,$(findstring armv,$(platform)))
|
|
||||||
- CC = gcc
|
|
||||||
- CXX = g++
|
|
||||||
+ CC ?= gcc
|
|
||||||
+ CXX ?= g++
|
|
||||||
TARGET := $(TARGET_NAME)_libretro.so
|
|
||||||
fpic := -fPIC
|
|
||||||
LDFLAGS += -shared -Wl,--version-script=link.T -Wl,--no-undefined
|
|
Loading…
x
Reference in New Issue
Block a user