diff options
author | Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | 2011-04-23 18:18:34 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-04-24 22:37:37 +0200 |
commit | 4b4e5827a24d8a517038741b681dc077c2f28cf1 (patch) | |
tree | 87ed8d21123e3dceffc71afb5b4c3678318c63f7 /toolchain/gcc | |
parent | cd58efbac7040c58429b765853306c3e8052e984 (diff) | |
download | buildroot-novena-4b4e5827a24d8a517038741b681dc077c2f28cf1.tar.gz buildroot-novena-4b4e5827a24d8a517038741b681dc077c2f28cf1.zip |
toolchain/crosstool-NG: correctly copy the dynamic linker
Depending on some setting (which? Arch? Others?), the dynamic linker
can get different names. Some times, it is named ld-linux.something.so,
other times, it is ld.so.1, and maybe other variants as well...
The fix is to always copy ls*.so, even if it is a symlink: we create
the destination file by its SONAME, and if ld*.so matches more than
one file, that's no issue, as they would all get the same SONAME (being
symlinks ones to the others).
Split long lines at the same time.
Reported-by: Ettore Campion <ecampion@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gcc')
0 files changed, 0 insertions, 0 deletions