From: Chris Ring Date: Wed, 1 May 2013 03:39:05 +0000 (-0700) Subject: Build: Don't build big endian tests for Vayu or TCI6638 X-Git-Tag: 3.00.00.17_eng^0 X-Git-Url: https://git.ti.com/gitweb?p=ipc%2Fipcdev.git;a=commitdiff_plain;h=d3b98ec2d0dacfb0d52893a7ad801c6dc59824cd;ds=sidebyside Build: Don't build big endian tests for Vayu or TCI6638 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. --- diff --git a/ipc-bios.bld b/ipc-bios.bld index e8dec95..e2feced 100644 --- a/ipc-bios.bld +++ b/ipc-bios.bld @@ -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 = [