Skip to content

Commit

Permalink
ti-xdctools 3.20.06.81: hack linkerscript generator to make c6accel c…
Browse files Browse the repository at this point in the history
…ompile with the angstrom next toolchain

Signed-off-by: Koen Kooi <koen@openembedded.org>
  • Loading branch information
Koen Kooi committed Dec 30, 2010
1 parent b87f28f commit 7993e4c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
19 changes: 19 additions & 0 deletions recipes/ti/ti-xdctools/arm-linker-hack.diff
@@ -0,0 +1,19 @@
--- a/packages/gnu/targets/arm/linkcmd.xdt 2010-12-30 19:33:53.000000000 +0100
+++ b/packages/gnu/targets/arm/linkcmd.xdt 2010-12-30 19:42:55.000000000 +0100
@@ -40,12 +40,13 @@

%if ("BINVERS" in prog.build.target) {
% var _utils = xdc.loadCapsule("gnu/targets/linkUtils.xs");
+% if (prog.build.target.GCCVERS < "4.3.3") {
SECTIONS {
`_utils.genSections(prog)`
}
-
-% if (!prog.build.target.noStdLinkScript
-% && prog.build.target.BINVERS >= "2.19") {
+% }
+% if (prog.build.target.noStdLinkScript
+% && prog.build.target.BINVERS >= "2.19") {
INSERT BEFORE .gnu.attributes
% }

3 changes: 3 additions & 0 deletions recipes/ti/ti-xdctools_3.20.06.81.bb
Expand Up @@ -2,6 +2,9 @@ require ti-xdctools.inc

PV = "3_20_06_81"

# This is a hack that needs some serious review
SRC_URI += "file://arm-linker-hack.diff"

SRC_URI[xdcbin.md5sum] = "65151268d6be6ad6eb940ef7ed03af16"
SRC_URI[xdcbin.sha256sum] = "8ea6b851521ce41fe0b4a349b2d922af7e70f48c50ad9fd21f62627446a834f8"

Expand Down

0 comments on commit 7993e4c

Please sign in to comment.