On 09/12/20 08:32 -0800, Keith Packard via Libstdc++ wrote:
Jonathan Wakely <jwak...@redhat.com> writes:
OK. In principle, changes to avoid using the POSIX APIs are definitely
fine. I would like to combine your new configure switch with the
existing --enable-cstdio one though.
How about the attached change for acinclude.m4 which would allow you
to do --enable-cstdio=stdio_pure? (It also adds "stdio_posix" as a
more accurate alternative spelling of the current "stdio" option.)
Oh, that's very nice. I'll integrate that into my patch and send it
along.
Great. We already have a *lot* of configure options, so piggybacking
onto an existing one that's related seems preferable to adding Yet
Another of them.