summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortwinaphex2020-12-19 23:18:41 +0100
committertwinaphex2020-12-19 23:18:41 +0100
commit23b2a55f0d00ff8e4869094c13e2f06453b956c5 (patch)
treeb3de0d0d9c608f6700774699169cb6c1f8f5f851 /Makefile
parent1d803fbdd9c0d3bac02856871d74a3cbb4748912 (diff)
downloadpicogpsp-23b2a55f0d00ff8e4869094c13e2f06453b956c5.tar.gz
picogpsp-23b2a55f0d00ff8e4869094c13e2f06453b956c5.tar.bz2
picogpsp-23b2a55f0d00ff8e4869094c13e2f06453b956c5.zip
Update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile b/Makefile
index 4d88887..c728e9f 100644
--- a/Makefile
+++ b/Makefile
@@ -179,22 +179,6 @@ else ifeq ($(platform), qnx)
HAVE_DYNAREC := 1
CFLAGS += -DARM -DARM_ARCH -DARM_MEMORY_DYNAREC
-# PS3
-else ifeq ($(platform), ps3)
- TARGET := $(TARGET_NAME)_libretro_$(platform).a
- CC = $(CELL_SDK)/host-win32/ppu/bin/ppu-lv2-gcc.exe
- AR = $(CELL_SDK)/host-win32/ppu/bin/ppu-lv2-ar.exe
- CFLAGS += -DMSB_FIRST -D__ppc__
- STATIC_LINKING = 1
-
-# sncps3
-else ifeq ($(platform), sncps3)
- TARGET := $(TARGET_NAME)_libretro_ps3.a
- CC = $(CELL_SDK)/host-win32/sn/bin/ps3ppusnc.exe
- AR = $(CELL_SDK)/host-win32/sn/bin/ps3snarl.exe
- CFLAGS += -DMSB_FIRST -D__ppc__
- STATIC_LINKING = 1
-
# Lightweight PS3 Homebrew SDK
else ifeq ($(platform), psl1ght)
TARGET := $(TARGET_NAME)_libretro_$(platform).a