mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-01-27 02:05:23 +01:00
OpenDingux: Fix makefile target
This commit is contained in:
parent
00406feed9
commit
2b189fe810
6
Makefile
6
Makefile
@ -401,9 +401,9 @@ else ifeq ($(platform), emscripten)
|
||||
# GCW0
|
||||
else ifeq ($(platform), gcw0)
|
||||
TARGET := $(TARGET_NAME)_libretro.so
|
||||
CC ?= /opt/gcw0-toolchain/usr/bin/mipsel-linux-gcc
|
||||
CXX ?= /opt/gcw0-toolchain/usr/bin/mipsel-linux-g++
|
||||
AR ?= /opt/gcw0-toolchain/usr/bin/mipsel-linux-ar
|
||||
CC = /opt/gcw0-toolchain/usr/bin/mipsel-linux-gcc
|
||||
CXX = /opt/gcw0-toolchain/usr/bin/mipsel-linux-g++
|
||||
AR = /opt/gcw0-toolchain/usr/bin/mipsel-linux-ar
|
||||
SHARED := -shared -nostdlib -Wl,--version-script=link.T
|
||||
fpic := -fPIC
|
||||
CFLAGS += -fomit-frame-pointer -ffast-math -march=mips32 -mtune=mips32r2 -mhard-float
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user