Remove outdated PS3 support
I will be bringing this back shortly, in a more complete form
This commit is contained in:
parent
2ee89a7181
commit
ceb3c83d67
@ -678,7 +678,6 @@
|
|||||||
"haiku",
|
"haiku",
|
||||||
"linux",
|
"linux",
|
||||||
"macosx",
|
"macosx",
|
||||||
"ps3",
|
|
||||||
"solaris",
|
"solaris",
|
||||||
"wii",
|
"wii",
|
||||||
"windows",
|
"windows",
|
||||||
@ -1051,11 +1050,3 @@
|
|||||||
targetprefix ""
|
targetprefix ""
|
||||||
targetextension ".dll"
|
targetextension ".dll"
|
||||||
implibextension ".dll"
|
implibextension ".dll"
|
||||||
|
|
||||||
-- PS3 configurations
|
|
||||||
|
|
||||||
filter { "system:PS3" }
|
|
||||||
toolset "snc"
|
|
||||||
|
|
||||||
filter { "system:PS3", "kind:ConsoleApp" }
|
|
||||||
targetextension ".elf"
|
|
||||||
|
@ -1581,7 +1581,7 @@
|
|||||||
if file then
|
if file then
|
||||||
if prj.pchsource == file.abspath and
|
if prj.pchsource == file.abspath and
|
||||||
not prj.flags.NoPCH and
|
not prj.flags.NoPCH and
|
||||||
prj.system ~= p.PS3
|
prj.system == p.WINDOWS
|
||||||
then
|
then
|
||||||
p.w('UsePrecompiledHeader="1"')
|
p.w('UsePrecompiledHeader="1"')
|
||||||
end
|
end
|
||||||
|
@ -285,11 +285,6 @@
|
|||||||
--
|
--
|
||||||
|
|
||||||
gcc.tools = {
|
gcc.tools = {
|
||||||
ps3 = {
|
|
||||||
cc = "ppu-lv2-g++",
|
|
||||||
cxx = "ppu-lv2-g++",
|
|
||||||
ar = "ppu-lv2-ar",
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function gcc.gettoolname(cfg, tool)
|
function gcc.gettoolname(cfg, tool)
|
||||||
|
@ -38,14 +38,6 @@
|
|||||||
test.isequal("windres", gcc.gettoolname(cfg, "rc"))
|
test.isequal("windres", gcc.gettoolname(cfg, "rc"))
|
||||||
end
|
end
|
||||||
|
|
||||||
function suite.tools_onPS3()
|
|
||||||
system "PS3"
|
|
||||||
prepare()
|
|
||||||
test.isequal("ppu-lv2-g++", gcc.gettoolname(cfg, "cc"))
|
|
||||||
test.isequal("ppu-lv2-g++", gcc.gettoolname(cfg, "cxx"))
|
|
||||||
test.isequal("ppu-lv2-ar", gcc.gettoolname(cfg, "ar"))
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
-- By default, the -MMD -MP are used to generate dependencies.
|
-- By default, the -MMD -MP are used to generate dependencies.
|
||||||
|
Loading…
Reference in New Issue
Block a user