diff options
author | Roger Monk <r-monk@ti.com> | 2009-02-18 14:05:11 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-18 15:13:51 +0100 |
commit | 9485db7d15f237dea8cc841e6a1b5bc4930f15da (patch) | |
tree | 0dfce75146fe7e24d93eb0fc688cfe91fa464f89 /packages/dsplink/files/dmai-unbreak-xdc-args.patch | |
parent | 09b88241b5e95c441544a02c50db885cbf6d8ee8 (diff) |
codec-engine: fix lpm build and clean up old files
Diffstat (limited to 'packages/dsplink/files/dmai-unbreak-xdc-args.patch')
-rw-r--r-- | packages/dsplink/files/dmai-unbreak-xdc-args.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/dsplink/files/dmai-unbreak-xdc-args.patch b/packages/dsplink/files/dmai-unbreak-xdc-args.patch new file mode 100644 index 0000000000..b9858d0615 --- /dev/null +++ b/packages/dsplink/files/dmai-unbreak-xdc-args.patch @@ -0,0 +1,13 @@ +--- /tmp/config.bld 2009-02-17 19:32:14.000000000 +0100 ++++ dmai_1_20_00_06/packages/config.bld 2009-02-17 19:33:03.000000000 +0100 +@@ -46,6 +46,10 @@ + GCArmv5T.platform = "ti.platforms.evm3530"; + GCArmv5T.rootDir = java.lang.System.getenv("CSTOOL_DIR"); + ++GCArmv5T.cc.$unseal("opts"); ++GCArmv5T.cc.opts = "SEDME_CCARCH"; ++GCArmv5T.cc.$seal("opts"); ++ + /* + * ======== Build.targets ======== + * list of targets (ISAs + compilers) to build for |