]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Improve config output for --enable-cstdio [PR104301]
authorJonathan Wakely <jwakely@redhat.com>
Mon, 31 Jan 2022 11:00:18 +0000 (11:00 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 4 Apr 2022 11:45:28 +0000 (12:45 +0100)
commite6503952a2f884917b52d0f4ae2707d25f1a0a39
treed1bf5014d419300251ba803174c1c34630cbdf8c
parent800a09fc0bc169a92cc58b4f3cc7248d7017c83c
libstdc++: Improve config output for --enable-cstdio [PR104301]

Currently we just print "checking for underlying I/O to use... stdio"
unconditionally, whether configured to use stdio_pure or stdio_posix. We
should make it clear that the user's configure option chose the right
thing.

libstdc++-v3/ChangeLog:

PR libstdc++/104301
* acinclude.m4 (GLIBCXX_ENABLE_CSTDIO): Print different messages
for stdio_pure and stdio_posix options.
* configure: Regenerate.

(cherry picked from commit 19b8946dbda5fda4389ef8e3ea162c3df2b1998d)
libstdc++-v3/acinclude.m4
libstdc++-v3/configure