diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 12:10:50 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 12:20:06 +0200 |
commit | eb22fe82313b24763f29483bb3ebfdd7aabbe1a6 (patch) | |
tree | fb00b5fd8555f229239196bd65399c224755c5bc /package/python-setuptools/python-setuptools.mk | |
parent | 4cdd18c7f09a69194c15771a931ab0827c2b04ff (diff) | |
download | buildroot-eb22fe82313b24763f29483bb3ebfdd7aabbe1a6.tar.gz buildroot-eb22fe82313b24763f29483bb3ebfdd7aabbe1a6.zip |
toolchain/helpers.mk: simplify ld.so fixup in copy_toolchain_sysroot
In copy_toolchain_sysroot, if no ld.so has been found in the
STAGING_DIR after the sysroot copy, we look at ARCH_SYSROOT_DIR if a
ld.so is available there. We do this for both ld*.so and ld*.so.*.
However, when copying thing from staging to target (as listed in
TOOLCHAIN_EXTERNAL_LIBS), we only match on ld*.so.*. This would mean
that even if a dynamic linker matching ld*.so but not ld*.so.* was
copied into staging by copy_toolchain_sysroot, it would anyway not be
copied to the target filesystem, making the system unusable.
Therefore, we can remove the special case on ld*.so, and keep only
ld*.so.*.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-setuptools/python-setuptools.mk')
0 files changed, 0 insertions, 0 deletions