summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-12-10 14:22:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-12 18:10:09 +0000
commit4b308773eca7570ce5007e8f953b56252c17fdb1 (patch)
tree60f53fa39be14f87148aabc0d0e1a7fa728b02f8 /meta/recipes-devtools/binutils
parent68bbff44a481a036dc7d39e5d5745a01ccffdb95 (diff)
downloadopenembedded-core-contrib-4b308773eca7570ce5007e8f953b56252c17fdb1.tar.gz
libtool: don't prefix the installed binary
Typically libtool installs the binary to 'libtool' in the source tree, but we've got patches to rename this to ${host_sys}-libtool. As this isn't standard any upstream that don't respect the LIBTOOL variable need to be told explicitly where libtool is, which is a long-term maintenance burden for us on top of the initial libtool patches. The reasoning for this renaming appears to stem from the design to be sure that we're using our new/patched libtool and not the host's binary. However, now that we have HOSTTOOLS, there's no way to run the host libtool so this argument is moot. This patch removes the libtool renaming, follow-up patches remove the required modifications from the rest of the recipes. [RP: Remove commented patch lines] Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils')
0 files changed, 0 insertions, 0 deletions