K 10 svn:author V 5 tobik K 8 svn:date V 27 2018-03-27T17:45:30.514223Z K 7 svn:log V 296 lang/myrddin: Fix build when ld is ld.lld ld: error: : section sh_addralign is not a power of 2 Myrddin's build system directly calls ld so LLD_UNSAFE can't work here. Workaround the issue by adding a binary alias to ld.bfd to fix the build for now. PR: 226986 Reported by: emaste END