OpenDingux: Fix makefile target

This commit is contained in:
jdgleaver 2020-10-23 16:06:15 +01:00
parent 00406feed9
commit 2b189fe810
1 changed files with 3 additions and 3 deletions

View File

@ -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