diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-02-18 17:10:39 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-02-18 17:10:39 +0100 |
commit | 1c74255afc3d97a2c3cc3a2aead28d5ebd143aff (patch) | |
tree | 2998683429656422970f4dd2d18856cdc971e6b1 /packages/dsplink/files/unbreak-xdc-args.patch | |
parent | ac1c14116d9f683bd5b3b7541f3f0dbabd1b6f28 (diff) | |
parent | 5fe2271f2472c39d02c8e2e263ef9660a83327e7 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/dsplink/files/unbreak-xdc-args.patch')
-rw-r--r-- | packages/dsplink/files/unbreak-xdc-args.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/dsplink/files/unbreak-xdc-args.patch b/packages/dsplink/files/unbreak-xdc-args.patch deleted file mode 100644 index b9858d0615..0000000000 --- a/packages/dsplink/files/unbreak-xdc-args.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- /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 |