[Buildroot] [PATCH] package/glibc: disable on RISC-V ilp32f and lp64f, not supported
Julien Olivain
ju.o at free.fr
Thu Apr 3 19:56:20 UTC 2025
On 03/04/2025 09:12, Thomas Petazzoni via buildroot wrote:
> glibc fails to build on RISC-V 32-bit with the ilp32f ABI and on
> RISC-V 64-bit with the lp64f: both use single-point precision floating
> point, which glibc doesn't support, failing during the configure step
> with:
>
> configure: error: glibc does not yet support the single
> floating-point ABI
>
> Fix that by disabling glibc support on those configurations.
>
> Fixes:
>
>
> https://autobuild.buildroot.org/results/fe8d569cab507992978ef0da649278dd3a9e0b23/
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Applied to master, thanks.
More information about the buildroot
mailing list