Skip to content

Commit a550bb6

Browse files
committed
GP2X: Compiler doesn't accept C++11 and is unmaintained. The End.
1 parent accee38 commit a550bb6

File tree

13 files changed

+0
-6751
lines changed

13 files changed

+0
-6751
lines changed

buildbot-config/platforms.py

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -410,50 +410,6 @@ def gcw0():
410410
register_platform(platform)
411411
gcw0()
412412

413-
def gp2x():
414-
def setup(p):
415-
platform.workerimage = "open2x"
416-
platform.compatibleBuilds = (builds.ScummVMBuild, )
417-
platform.env["CXX"] = "ccache /opt/open2x/bin/arm-open2x-linux-g++"
418-
419-
# ScummVM configure adds -march
420-
# Override CXXFLAGS to avoid warnings about redundant setting between -march and -mcpu
421-
cxxflags = platform.env.get("CXXFLAGS", '').replace('${CXXFLAGS}', '')
422-
cxxflags += " -O3 -ffast-math -fomit-frame-pointer"
423-
platform.buildenv[builds.ScummVMBuild] = {
424-
'CXXFLAGS': cxxflags,
425-
}
426-
platform.configureargs.append("--host=gp2x")
427-
platform.packaging_cmd = "gp2x-bundle"
428-
platform.built_files = {
429-
builds.ScummVMBuild: [ "release/scummvm-gp2x.tar.bz2" ],
430-
}
431-
platform.archiveext = "tar.bz2"
432-
433-
platform.icon = 'gp2x'
434-
435-
platform = Platform("gp2x-1")
436-
platform.buildconfigureargs = {
437-
builds.ScummVMBuild: [ "--enable-vkeybd",
438-
# Disable big engines
439-
"--disable-engines=bladerunner,glk,kyra,lastexpress,titanic,tsage,ultima" ],
440-
}
441-
platform.description = "GamePark GP2X (all except Blade Runner, Glk, Kyra, The Last Express, Starship Titanic, TsAGE, Ultima)"
442-
setup(platform)
443-
register_platform(platform)
444-
445-
platform = Platform("gp2x-2")
446-
platform.buildconfigureargs = {
447-
builds.ScummVMBuild: [ "--enable-vkeybd",
448-
# Only the other ones
449-
"--disable-all-engines",
450-
"--enable-engines=bladerunner,glk,kyra,lastexpress,titanic,tsage,ultima" ],
451-
}
452-
platform.description = "GamePark GP2X (Blade Runner, Glk, Kyra, The Last Express, Starship Titanic, TsAGE, Ultima)"
453-
setup(platform)
454-
register_platform(platform)
455-
gp2x()
456-
457413
def ios7_arm64():
458414
platform = Platform("ios7-arm64")
459415
platform.workerimage = "iphone"

toolchains/open2x/Dockerfile.m4

Lines changed: 0 additions & 66 deletions
This file was deleted.

toolchains/open2x/functions-platform.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

toolchains/open2x/packages/libsdl/build.sh

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)