[Scummvm-cvs-logs] SF.net SVN: scummvm:[43853] buildbot/config/master.cfg
dhewg at users.sourceforge.net
dhewg at users.sourceforge.net
Mon Aug 31 19:10:55 CEST 2009
Revision: 43853
http://scummvm.svn.sourceforge.net/scummvm/?rev=43853&view=rev
Author: dhewg
Date: 2009-08-31 17:10:55 +0000 (Mon, 31 Aug 2009)
Log Message:
-----------
Added the motomagx toolchain
Modified Paths:
--------------
buildbot/config/master.cfg
Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg 2009-08-31 16:45:59 UTC (rev 43852)
+++ buildbot/config/master.cfg 2009-08-31 17:10:55 UTC (rev 43853)
@@ -363,6 +363,27 @@
scumm_platforms_trunk["motoezx"] = p
scumm_platforms_branch["motoezx"] = p
+# motomagx
+scumm_root_motomagx = "/opt/toolchains/motomagx/arm-eabi2"
+scumm_env_motomagx = copy.deepcopy(scumm_env)
+scumm_env_motomagx["PATH"] = "%s/bin:%s" % (scumm_root_motomagx, os.environ["PATH"])
+scumm_env_motomagx["CXX"] = "ccache arm-linux-gnueabi-g++"
+scumm_env_motomagx["CXXFLAGS"] = "-isystem %s/include" % (scumm_root_motomagx);
+scumm_env_motomagx["LDFLAGS"] = "-L%s/lib" % scumm_root_motomagx;
+
+p = {
+ "configureargs": [
+ "--host=motomagx",
+ "--enable-vkeybd"
+ ],
+ "env": scumm_env_motomagx,
+ "disttarget": "motomagx-mpkg",
+ "package": [ "motomagx/ScummVM.mpkg" ]
+}
+
+scumm_platforms_trunk["motomagx"] = p
+scumm_platforms_branch["motomagx"] = p
+
#######
####### buildbot setup
#######
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list