]> code.ossystems Code Review - openembedded-core.git/commit
gcc-cross-initial: Use good old bfd linker by default
authorKhem Raj <raj.khem@gmail.com>
Thu, 14 Aug 2014 05:05:15 +0000 (22:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Aug 2014 17:19:51 +0000 (18:19 +0100)
commit77cab553ee6caa940e21cca46ff134f84e65c171
treebad50f6a453914cccfe0b98d045bdce1a051c96d
parent578124aedd3dbffd79ea01862d57223ffaa7216a
gcc-cross-initial: Use good old bfd linker by default

We already indicate our intentions to use ld.bfd by
specifying it in configure using --with-ld which works
ok unless here where we manually create symlinks to
binutils-cross components, when we use ld-is-gold feature
default ld points to gold and this symlinking has to be
aware of the fact that we configured binutils and gcc-cross to use
gold as default ld but gcc-cross-initial uses BFD ld

This would be visible when using gold and rebuilding
eglibc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-cross-initial.inc