mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
88867c1d96
Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
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
|
|
% }
|
|
|