]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/commitdiff
C64T: use common C6x compiler opts
authorChris Ring <cring@ti.com>
Tue, 16 Jul 2013 16:51:01 +0000 (09:51 -0700)
committerChris Ring <cring@ti.com>
Tue, 16 Jul 2013 16:51:01 +0000 (09:51 -0700)
The compiler options IPC throws for the C64T target should
be the same as other C6x targets; there's no need for them
to be different.

Note that these C64T-specific flags were introduced in
8f8201d89c330e1776645b572b9151ea9b5e99ce.
This commit reverts that.

ipc-bios.bld

index c3565f93408176aa9390e6eb762eea03b6ed1f08..5ec2a7ee908e6731080bc1897af82320b7301068 100644 (file)
@@ -88,7 +88,7 @@ var ccOpts = {
 
     "ti.targets.elf.C64P"             : c6xOpts,
     "ti.targets.elf.C64P_big_endian"  : c6xOpts,
-    "ti.targets.elf.C64T"             : " -mi10 -mo -pds=71",
+    "ti.targets.elf.C64T"             : c6xOpts,
     "ti.targets.elf.C66"              : c6xOpts,
     "ti.targets.elf.C66_big_endian"   : c6xOpts,
     "ti.targets.elf.C674"             : c6xOpts,