diff options
author | Hauke Mehrtens <hauke.mehrtens@intel.com> | 2017-03-14 19:18:57 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-12-13 14:44:24 +0100 |
commit | 950439234e7f0b2ad7879abe45adfc556f2ed08c (patch) | |
tree | 54a36e435a589b6022d9966b7405f54a06cd63f7 /package/libs/toolchain | |
parent | cfb5a550e4c693a3cb54ae6f6a341d0a5b78d637 (diff) | |
download | upstream-950439234e7f0b2ad7879abe45adfc556f2ed08c.tar.gz upstream-950439234e7f0b2ad7879abe45adfc556f2ed08c.tar.bz2 upstream-950439234e7f0b2ad7879abe45adfc556f2ed08c.zip |
toolchain: add musl libc.so to external toolchain
musl provides a /lib/libc.so file which should be integrated into the libc
package when the external toolchain with musl is used.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit b6a8b43dd2771d4d237256417218bed862545ef4)
Diffstat (limited to 'package/libs/toolchain')
-rw-r--r-- | package/libs/toolchain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/toolchain/Makefile b/package/libs/toolchain/Makefile index 88adb9a8a4..58bd06cb5a 100644 --- a/package/libs/toolchain/Makefile +++ b/package/libs/toolchain/Makefile @@ -164,7 +164,7 @@ define Package/libc/config string prompt "libc shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libc - default "./lib/ld{*.so*,-linux*.so.*} ./lib/lib{anl,c,cidn,crypt,dl,m,nsl,nss_dns,nss_files,resolv,util}{-*.so,.so.*}" + default "./lib/ld{*.so*,-linux*.so.*} ./lib/lib{anl,c,cidn,crypt,dl,m,nsl,nss_dns,nss_files,resolv,util}{-*.so,.so.*,.so}" endmenu endef |