mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-17 19:01:13 +01:00
Some toolchains will produce executables with an interpreter that is e.g:
ld.so.1 (typically a symbolic link). Due to our current LIBC_SPEC_FILE value,
we would not be able to copy this symbolic link/file over to the rootfs and
executables would fail to load. Extend the search pattern to include all
ld*.so* files that could be needed.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| eglibc-files/etc | ||
| glibc-files/etc | ||
| Makefile | ||