Skip to content

Commit

Permalink
Revert "Revert "(PS3) Set GCC for PS3""
Browse files Browse the repository at this point in the history
This reverts commit 249abcd.
  • Loading branch information
inactive123 committed Apr 12, 2018
1 parent ff18a55 commit 70abbbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.ps3
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include version.all

#which compiler to build with - GCC or SNC
#set to GCC for debug builds for use with debugger
CELL_BUILD_TOOLS = SNC
CELL_BUILD_TOOLS = GCC
CELL_GPU_TYPE = RSX
CELL_PSGL_VERSION = ultra-opt

Expand Down
2 changes: 1 addition & 1 deletion Makefile.ps3.cobra
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include version.all

#which compiler to build with - GCC or SNC
#set to GCC for debug builds for use with debugger
CELL_BUILD_TOOLS = SNC
CELL_BUILD_TOOLS = GCC
CELL_GPU_TYPE = RSX
CELL_PSGL_VERSION = ultra-opt

Expand Down
2 changes: 1 addition & 1 deletion Makefile.ps3.salamander
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CELL_BUILD_TOOLS = SNC
CELL_BUILD_TOOLS = GCC
CELL_SDK ?= /usr/local/cell
HAVE_LOGGER = 0
CELL_MK_DIR ?= $(CELL_SDK)/samples/mk
Expand Down

0 comments on commit 70abbbf

Please sign in to comment.