1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 14:27:48 +00:00
Files
Koen Kooi c1af7e34f0 recipes-ti: initial check in of dsplink stack
* the focus was on to get it to build, not to make the recipes perfect

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-14 19:10:15 +01:00

20 lines
620 B
Diff

--- 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
% }