]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blobdiff - config.bld
Base directory structure for new RM
[keystone-rtos/rm-lld.git] / config.bld
index 796e82a3959e60d8902f2e122b5546395b06abb8..f929e70569113c43ade8f1cc5887eeb65d6f35ce 100644 (file)
@@ -1,12 +1,12 @@
 /******************************************************************************\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
@@ -14,7 +14,7 @@
 /* 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
@@ -25,11 +25,11 @@ var lldPartNumber = java.lang.System.getenv("PARTNO");
 /* 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