mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
add target Miyoo
This commit is contained in:
@@ -357,6 +357,16 @@ else ifeq ($(platform), retrofw)
|
||||
CFLAGS += -fomit-frame-pointer -march=mips32 -mtune=mips32 -mhard-float
|
||||
PLATFORM_DEFINES += -DRETROFW
|
||||
|
||||
#MIYOO
|
||||
else ifeq ($(platform), miyoo)
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
CC = /opt/miyoo/usr/bin/arm-linux-gcc
|
||||
CXX = /opt/miyoo/usr/bin/arm-linux-g++
|
||||
AR = /opt/miyoo/usr/bin/arm-linux-ar
|
||||
fpic := -fPIC
|
||||
SHARED := -shared -Wl,-version-script=link.T -Wl,-no-undefined
|
||||
CFLAGS += -fomit-frame-pointer -march=armv5te -mtune=arm926ej-s
|
||||
|
||||
# emscripten
|
||||
else ifeq ($(platform), emscripten)
|
||||
TARGET := $(TARGET_NAME)_libretro_emscripten.bc
|
||||
|
||||
Reference in New Issue
Block a user