mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
c1af7e34f0
* the focus was on to get it to build, not to make the recipes perfect Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
20 lines
620 B
Diff
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
|
|
% }
|
|
|