Re: libm -fno-builtin
Wilco Dijkstra <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <DB5PR08MB1030CBCEB9A93E31ACB413B6830E0@DB5PR08MB1030.eurprd08.prod.outlook.com> |
> Hello Jon! > > So the final opinion is that it is safe to use the new `--disable- > newlib-fno-builtin` option with ARM MCU targets, right? (; It is always safe to use -fbuiltin - it's basic code generation. As discussed -fbuiltin is used in all other C libraries without issues and is already the default in libm/common. So I don't understand why it is not the default in all of newlib and why it needs a configure option to enable it. Do we really want to force every user of newlib to use a long set of configure options to enable basic codegeneration features? Wilco