mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
configure: Improve configure output for C++ Compiler
Change configure output for C++ Compiler from ... checking -finput-charset=ascii in testing... -finput-charset=ascii checking -finput-charset=ascii in testing... -finput-charset=ascii ... to ... checking -finput-charset=ascii in testing... -finput-charset=ascii checking g++ -finput-charset=ascii in testing... -finput-charset=ascii ... Signed-off-by: H.J. Lu <hjl.tools@gmail.com> Reviewed-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1610,7 +1610,7 @@ LIBC_CONFIG_VAR(test-config-cflags-finput-charset-ascii,
|
||||
$libc_cv_test_cflags_finput_charset_ascii)
|
||||
|
||||
dnl Check if TEST_CXX supports -finput-charset=ascii.
|
||||
LIBC_TRY_TEST_CXX_OPTION([-finput-charset=ascii],
|
||||
LIBC_TRY_TEST_CXX_OPTION([$CXX -finput-charset=ascii],
|
||||
[-c -Werror -finput-charset=ascii],
|
||||
libc_cv_test_cxxflags_finput_charset_ascii,
|
||||
[libc_cv_test_cxxflags_finput_charset_ascii="-finput-charset=ascii"],
|
||||
|
Reference in New Issue
Block a user