diff --git a/config.bld b/config.bld
index 796e82a3959e60d8902f2e122b5546395b06abb8..f929e70569113c43ade8f1cc5887eeb65d6f35ce 100644 (file)
--- a/config.bld
+++ b/config.bld
/******************************************************************************\r
- * FILE PURPOSE: Build configuration Script for the RM LLD\r
+ * FILE PURPOSE: Build configuration Script for the RM\r
******************************************************************************\r
* FILE NAME: config.bld\r
*\r
* DESCRIPTION: \r
- * This file contains the build configuration script for RM LLD \r
+ * This file contains the build configuration script for RM \r
* and is responsible for configuration of the paths for the various tools\r
- * required to build RM LLD.\r
+ * required to build RM.\r
*\r
* Copyright (C) 2012, Texas Instruments, Inc.\r
*****************************************************************************/\r
/* Get the Tools Base directory from the Environment Variable. */\r
var toolsBaseDir = java.lang.System.getenv("XDCCGROOT");\r
\r
-/* Get the base directory for the RM LLD Package */\r
+/* Get the base directory for the RM Package */\r
var lldPath = new java.io.File(".//").getPath();\r
\r
var lldInstallType;\r
/* Include Path */\r
var lldIncludePath = " -i" + lldPath + "/src" + " -i" + lldPath + " -i" + lldPath + "/test";\r
\r
-/* Configure the RM LLD Release Version Information */\r
-var lldReleaseVersion = [01,00,00,11];\r
+/* Configure the RM Release Version Information */\r
+var lldReleaseVersion = [02,00,00,00];\r
\r
-/* RM LLD Coverity Analysis: Check the environment variable to determine if Static\r
- * Analysis has to be done on the RM LLD Code base or not? */\r
+/* RM Coverity Analysis: Check the environment variable to determine if Static\r
+ * Analysis has to be done on the RM Code base or not? */\r
var lldCoverityAnalysis = java.lang.System.getenv("LLDCOV");\r
\r
/* C66 ELF compiler configuration for Little Endian Mode. */\r