revive GP2X build, update

This commit is contained in:
notaz 2013-08-23 03:09:53 +03:00
parent 8b78786e0f
commit 75a30842c4
35 changed files with 757 additions and 2592 deletions

View file

@ -47,8 +47,6 @@ else ifeq ($(platform), ios)
CFLAGS += -DIOS
ARCH := arm
HAVE_NEON = 0
USE_DYNAREC = 0
use_cyclone = 0
use_fame = 1
@ -101,9 +99,7 @@ else ifeq ($(platform), qnx)
ASFLAGS += -mcpu=cortex-a9 -mfpu=neon -mfloat-abi=softfp
ARCH = arm
HAVE_NEON = 1
ARM_ASM = 1
USE_DYNAREC = 1
else ifneq (,$(findstring armv,$(platform)))
TARGET := $(TARGET_NAME)_libretro.so
SHARED := -shared -Wl,--no-undefined
@ -118,7 +114,6 @@ endif
ifneq (,$(findstring neon,$(platform)))
CFLAGS += -mfpu=neon
ASFLAGS += -mfpu=neon
HAVE_NEON = 1
endif
ifneq (,$(findstring softfloat,$(platform)))
CFLAGS += -mfloat-abi=softfp
@ -131,7 +126,6 @@ ifneq (,$(findstring armasm,$(platform)))
ARM_ASM = 1
endif
ARCH = arm
USE_DYNAREC = 1
else
TARGET := $(TARGET_NAME)_retro.dll
CC = gcc