]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/commitdiff
Build: Don't build big endian tests for Vayu or TCI6638 3.00.00.17_eng
authorChris Ring <cring@ti.com>
Wed, 1 May 2013 03:39:05 +0000 (20:39 -0700)
committerChris Ring <cring@ti.com>
Wed, 1 May 2013 03:39:05 +0000 (20:39 -0700)
Limit the platform array for the C66 targets by only adding
TCI6638 and Vayu to the C66 little endian target, not the
big endian one.

ipc-bios.bld

index e8dec958e0a645ed5fa42e4894a41b9ef83e92e0..e2fecedd08633d354604a1aedac7694316cfd72e 100644 (file)
@@ -135,7 +135,7 @@ for (arg = 0; arg < arguments.length; arg++) {
         target.platforms = [ "ti.platforms.evmOMAPL138:DSP" ];
     }
 
-    if (targetName.match(/elf\.C66/)) {
+    if (targetName.match(/elf\.C66$/)) {
         target.lnkOpts.prefix += " -e=ti_sysbios_family_c64p_Hwi0";
         target.lnkOpts.suffix += " -cr";
         target.platforms = [