mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-04-29 17:39:41 +02:00
(VITA) Change libco and some optimizations
This commit is contained in:
8
Makefile
8
Makefile
@@ -195,11 +195,13 @@ else ifeq ($(platform), vita)
|
||||
TARGET := $(TARGET_NAME)_libretro_$(platform).a
|
||||
CC = arm-vita-eabi-gcc$(EXE_EXT)
|
||||
AR = arm-vita-eabi-ar$(EXE_EXT)
|
||||
CFLAGS += -DVITA -g
|
||||
CFLAGS += -mthumb -mcpu=cortex-a9 -mfloat-abi=hard
|
||||
CFLAGS += -DVITA
|
||||
CFLAGS += -mcpu=cortex-a9 -mfloat-abi=hard
|
||||
CFLAGS += -Wall -mword-relocations
|
||||
CFLAGS += -fomit-frame-pointer -ffast-math
|
||||
ASFLAGS += -mthumb -mcpu=cortex-a9
|
||||
CFLAGS += -mword-relocations -fno-unwind-tables -fno-asynchronous-unwind-tables
|
||||
CFLAGS += -ftree-vectorize -fno-optimize-sibling-calls
|
||||
ASFLAGS += -mcpu=cortex-a9
|
||||
STATIC_LINKING = 1
|
||||
CPU_ARCH := arm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user