]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/make/setupenvLnx.sh
MCSDK 3.0: add support for Keystone II devices
[keystone-rtos/ibl.git] / src / make / setupenvLnx.sh
index d6a0245a6d6e1aa6f7e2238f6b68fb70f0d6040c..6cb5212e36e6cf5b3028ed3a4f4e0a556684c48f 100755 (executable)
@@ -2,11 +2,11 @@
 export OS="Linux"
 
 if [ -z $C6X_CGT_VERSION ]; then
-    C6X_CGT_VERSION=7.2.4
+    C6X_CGT_VERSION=7.3.4
 fi
 
 if [ -z "$C6X_BASE_DIR" ]; then
-       for dir in {~,}{,/opt}/{ti,TI,texas_instruments}/TI_CGT_C6000_${C6X_CGT_VERSION} {~,}{,/opt}/{ti,texas_instruments}/ccsv5/tools/compiler/c6000 ; do
+       for dir in {~,}{,/opt}/{ti,TI,texas_instruments}/TI_CGT_C6000_${C6X_CGT_VERSION} {~,}{,/opt}/{ti,texas_instruments}/ccsv5/tools/compiler/{c6000,c6000_${C6X_CGT_VERSION}} ; do
                if [ -x $dir/bin/cl6x ]; then
                        C6X_BASE_DIR=$dir
                        break