You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not 100% sure how things work when building the uClibc C library, but my understanding is that the only a few architectures provide all the functions from fenv.h, and even on architectures where support is partial (or missing) the configuration program will allow setting UCLIBC_HAS_FENV=y regardless.
So it seems that when building against uClibc more smarts than only checking __has_include(<fenv.h>) may be needed.
The text was updated successfully, but these errors were encountered:
This is related to bug #279971 in WebKit.
I am not 100% sure how things work when building the uClibc C library, but my understanding is that the only a few architectures provide all the functions from
fenv.h
, and even on architectures where support is partial (or missing) the configuration program will allow settingUCLIBC_HAS_FENV=y
regardless.So it seems that when building against uClibc more smarts than only checking
__has_include(<fenv.h>)
may be needed.The text was updated successfully, but these errors were encountered: