mirror of
https://github.com/libretro/RetroArch
synced 2025-03-22 16:20:58 +00:00
Revert "(PS3) Set GCC for PS3"
This reverts commit 5486894e3bea860a586a7d82cb77362a3f0a1c32.
This commit is contained in:
parent
5486894e3b
commit
249abcd108
@ -2,7 +2,7 @@ include version.all
|
|||||||
|
|
||||||
#which compiler to build with - GCC or SNC
|
#which compiler to build with - GCC or SNC
|
||||||
#set to GCC for debug builds for use with debugger
|
#set to GCC for debug builds for use with debugger
|
||||||
CELL_BUILD_TOOLS = GCC
|
CELL_BUILD_TOOLS = SNC
|
||||||
CELL_GPU_TYPE = RSX
|
CELL_GPU_TYPE = RSX
|
||||||
CELL_PSGL_VERSION = ultra-opt
|
CELL_PSGL_VERSION = ultra-opt
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ include version.all
|
|||||||
|
|
||||||
#which compiler to build with - GCC or SNC
|
#which compiler to build with - GCC or SNC
|
||||||
#set to GCC for debug builds for use with debugger
|
#set to GCC for debug builds for use with debugger
|
||||||
CELL_BUILD_TOOLS = GCC
|
CELL_BUILD_TOOLS = SNC
|
||||||
CELL_GPU_TYPE = RSX
|
CELL_GPU_TYPE = RSX
|
||||||
CELL_PSGL_VERSION = ultra-opt
|
CELL_PSGL_VERSION = ultra-opt
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
CELL_BUILD_TOOLS = GCC
|
CELL_BUILD_TOOLS = SNC
|
||||||
CELL_SDK ?= /usr/local/cell
|
CELL_SDK ?= /usr/local/cell
|
||||||
HAVE_LOGGER = 0
|
HAVE_LOGGER = 0
|
||||||
CELL_MK_DIR ?= $(CELL_SDK)/samples/mk
|
CELL_MK_DIR ?= $(CELL_SDK)/samples/mk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user