Describe the bug
With USE_CRLIBM=no, Mesa fails to build.
To Reproduce
Run make USE_CRLIBM=no.
Expected behavior
Works, or fails with an error specifying a missing dependency.
Screenshots
N/A
Version
- MESA version or SHA [e.g. r24.08.1]: aa27a08
- MESA SDK VERSION [e.g. aarch64-macos-24.7.1]: None, using system gfortran and libraries
- OS: [e.g. MacOS 16.4.1] Fedora Linux 43
Additional context
The functions are provided in utils/ and the build can be fixed with a minor makefile patch.
Describe the bug
With
USE_CRLIBM=no, Mesa fails to build.To Reproduce
Run
make USE_CRLIBM=no.Expected behavior
Works, or fails with an error specifying a missing dependency.
Screenshots
N/A
Version
Additional context
The functions are provided in utils/ and the build can be fixed with a minor makefile patch.