blob: a7d29a30272114cb215351fa1917a2a78bed68de [file] [log] [blame]
/*
* ======== config.bld ========
* Last resort build configuration script
*/
/* print a warning and disable all targets */
print("Warning: no config.bld file was found along the package path.");
print(" The config.bld file specifies the location of the ");
print(" compiler tool-chains required to compile runtime content.");
print(" Without this file, the XDC tools assume no targets are to be");
print(" used.");
Build.useTargets = null; /* force the set of build targets to be empty */