@@ -410,50 +410,6 @@ def gcw0():
410410 register_platform (platform )
411411gcw0 ()
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-
457413def ios7_arm64 ():
458414 platform = Platform ("ios7-arm64" )
459415 platform .workerimage = "iphone"
0 commit comments