]> code.ossystems Code Review - openembedded-core.git/commit
binutils-cross: Remove exec_prefix from the linker search path
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jan 2017 23:18:09 +0000 (23:18 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jan 2017 23:47:27 +0000 (23:47 +0000)
commit20816eb5398512652c971a37589a2ca28ffd3d68
tree8037444a0075bef4ae253caf991c971e37916bc3
parent11d801f6a7319a95f824842df118c446f8da7a71
binutils-cross: Remove exec_prefix from the linker search path

We don't put target libs into a native/cross ${exec_prefix} but having
this in the default search path means all linker scripts have to be relocated.
This is a considerable chunk of files to create multiple copies of for no good
reason.

Instead, patch out the paths we don't need.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/binutils/binutils-cross.inc
meta/recipes-devtools/binutils/binutils/no-tooldirpaths.patch [new file with mode: 0644]