aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/image
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-04-12 20:37:43 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-04-12 20:37:43 +0000
commit2f6361832e1284fdbf3480abc48bd7a1a1362760 (patch)
tree0fbf4e57a04671618f6474151e16dc7116284953 /target/linux/x86/image
parent9646ca6c6e51a7a3656e2517b606fc5ebfca34b7 (diff)
downloadupstream-2f6361832e1284fdbf3480abc48bd7a1a1362760.tar.gz
upstream-2f6361832e1284fdbf3480abc48bd7a1a1362760.tar.bz2
upstream-2f6361832e1284fdbf3480abc48bd7a1a1362760.zip
base-files: return success on lib-copying with external toolchain when using an external toolchain the base-files package copies libc, libgcc and others from the library directory.
The file list is given as following in the .config: CONFIG_LIBC_FILE_SPEC="./lib/ld{-*.so,-linux*.so.*} ./lib/lib{anl,c,cidn,crypt,dl,m,nsl,nss_dns,nss_files,resolv,util}{-*.so,.so.*}" Because the filenames are composed with different endings, not all files exist and will be skipped. Currently, this works only if the last composed file (util.so.*) really exists. At the moment this works - but only if you don't add a new file like 'uClibc'. Adding it at the end '...resolv,util,uClibc}{-*.so,.so.*}' will lead to this message, because the combination 'libuClibc.so.*' doesn't exist and Make will evaluate the last copy statement of the for loop.
Diffstat (limited to 'target/linux/x86/image')
0 files changed, 0 insertions, 0 deletions