By default, GCC provides a tgmath.h header on most targets. However, this is explicitly disabled on any linux target and is instead provided by the libc.
We do not provide this header on the Linux sysdep, and so this could theoretically cause issues.
freestnd-c-hdrs has an implementation we could install, but I am not sure how valid that would be.
By default, GCC provides a tgmath.h header on most targets. However, this is explicitly disabled on any linux target and is instead provided by the libc.
We do not provide this header on the Linux sysdep, and so this could theoretically cause issues.
freestnd-c-hdrs has an implementation we could install, but I am not sure how valid that would be.