embeddedartistry / libc

libc targeted for embedded systems usage. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringup.
MIT License
510 stars 67 forks source link

Add a build target for openlibm #117

Open phillipjohnston opened 4 years ago

phillipjohnston commented 4 years ago

We have the openlibm files, so why don't we actually build a libm that can be used alongside libc?

Probably deserves a standalone meson.build file if possible (with wrap?)