Hello.
I have been working with creating a new target for some platform, and working on std.
This target doesn't have libc, so it doesn't have the math symbols.
I was wondering if we could have a feature that will implement the math symbols from libm as it does now for targets that have os = none (and other targets).
I'm having a lot of trouble getting libm linking somehow to std, as I can't just add it as a dependency for that target.
Let me know what you think, and if there is any issues I don't know about.
Thanks