blob: 6b6032ae5f1486e8aceb3285efd547fc3207d3d4 [file] [log] [blame]
/*
* ======== config.bld ========
*/
var Build = xdc.useModule('xdc.bld.BuildEnvironment');
var C64P = xdc.useModule('ti.targets.C64P');
var GCC = xdc.useModule('gnu.targets.Mingw');
C64P.rootDir = "d:/ti/c6000/alc"; /* modify to match %c6xtools% */
C64P.platform = 'ti.platforms.sim64Pxx';
GCC.rootDir = "e:/rtsc/mingw"; /* modify to match %gcctools% */
Build.targets = [C64P, GCC];