diff --git a/Makefile.ps3 b/Makefile.ps3 index 87f568fa46..0c9ff7cef7 100644 --- a/Makefile.ps3 +++ b/Makefile.ps3 @@ -69,7 +69,8 @@ ifeq ($(CELL_BUILD_TOOLS), SNC) PPU_CXXLD = $(CELL_SDK)/host-win32/sn/bin/ps3ppuld.exe PPU_CXX = $(CELL_SDK)/host-win32/sn/bin/ps3ppusnc.exe PPU_CC = $(CELL_SDK)/host-win32/sn/bin/ps3ppusnc.exe -else ifneq($(system_platform), win) +else +ifneq($(system_platform), win) PPU_CXX = $(CELL_SDK)/host-win32/ppu/bin/ppu-lv2-g++.exe PPU_CC = $(CELL_SDK)/host-win32/ppu/bin/ppu-lv2-gcc.exe PPU_CXXLD = $(CELL_SDK)/host-win32/ppu/bin/ppu-lv2-ld.exe diff --git a/Makefile.ps3.retroarch b/Makefile.ps3.retroarch index b1ecb40353..bef0978d33 100644 --- a/Makefile.ps3.retroarch +++ b/Makefile.ps3.retroarch @@ -46,7 +46,8 @@ ifeq ($(CELL_BUILD_TOOLS), SNC) PPU_CXX = $(CELL_SDK)/host-win32/sn/bin/ps3ppusnc.exe PPU_CC = $(CELL_SDK)/host-win32/sn/bin/ps3ppusnc.exe SNC_PPU_AR = $(CELL_SDK)/host-win32/sn/bin/ps3snarl.exe -else ifneq($(system_platform), win) +else +ifneq($(system_platform), win) PPU_CXX = $(CELL_SDK)/host-win32/ppu/bin/ppu-lv2-g++.exe PPU_CC = $(CELL_SDK)/host-win32/ppu/bin/ppu-lv2-gcc.exe PPU_CXXLD = $(CELL_SDK)/host-win32/ppu/bin/ppu-lv2-ld.exe diff --git a/Makefile.ps3.salamander b/Makefile.ps3.salamander index 42247c77ce..dc36bcfcaa 100644 --- a/Makefile.ps3.salamander +++ b/Makefile.ps3.salamander @@ -31,9 +31,11 @@ PPU_TARGET = retroarch-salamander_ps3.elf ifeq ($(CELL_BUILD_TOOLS),SNC) PPU_CFLAGS += -Xbranchless=1 -Xfastmath=1 -Xassumecorrectsign=1 -Xassumecorrectalignment=1 -Xunroll=1 -Xautovecreg=1 PPU_CXXFLAGS += -Xbranchless=1 -Xfastmath=1 -Xassumecorrectsign=1 -Xassumecorrectalignment=1 -Xunroll=1 -Xautovecreg=1 + PPU_CXXLD = $(CELL_SDK)/host-win32/sn/bin/ps3ppuld.exe PPU_CLD = $(CELL_SDK)/host-win32/sn/bin/ps3ppuld.exe PPU_CC = $(CELL_SDK)/host-win32/sn/bin/ps3ppusnc.exe -else ifneq($(system_platform), win) +else +ifneq($(system_platform), win) PPU_CC = $(CELL_SDK)/host-win32/ppu/bin/ppu-lv2-gcc.exe PPU_CLD = $(CELL_SDK)/host-win32/ppu/bin/ppu-lv2-ld.exe endif