Merge pull request #552 from stilor/uclibc-ng-for-buildroot

Restore uClibc-ng usability in buildroot
This commit is contained in:
Alexey Neyman
2017-01-23 16:12:18 -08:00
committed by GitHub
4 changed files with 75 additions and 0 deletions

View File

@ -299,6 +299,13 @@ manage_uClibc_config() {
esac
if [ "${CT_LIBC_UCLIBC_FENV}" = "y" ]; then
CT_KconfigEnableOption "UCLIBC_HAS_FENV" "${dst}"
else
CT_KconfigDisableOption "UCLIBC_HAS_FENV" "${dst}"
fi
if [ "${CT_LIBC_UCLIBC_RPC}" = "y" ]; then
CT_KconfigEnableOption "UCLIBC_HAS_RPC" "${dst}"
else
CT_KconfigDisableOption "UCLIBC_HAS_RPC" "${dst}"
fi
# We always want ctor/dtor