mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-13 04:48:17 +00:00
Merge pull request #552 from stilor/uclibc-ng-for-buildroot
Restore uClibc-ng usability in buildroot
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user