From: Adhemerval Zanella Date: Wed, 22 Oct 2025 20:23:12 +0000 (-0300) Subject: Fix configure from ab22e5ec37396f6c6f29d3e3306f6fcc2ebe9d49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48e040d568723618ec5a1bda94d746ae66e43cc2;p=thirdparty%2Fglibc.git Fix configure from ab22e5ec37396f6c6f29d3e3306f6fcc2ebe9d49 The "-Wno-unused-command-line-argument" was incorrectly added. --- diff --git a/configure b/configure index f44dfcb03c..85bfeec8a9 100755 --- a/configure +++ b/configure @@ -7515,8 +7515,7 @@ $conftest_code EOF saved_CC="$CC" -saved_CFLAGS="$CFLAGS" -CC="$TEST_CC -Wno-unused-command-line-argument" +CC="$TEST_CC" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for traditional tls support in testing" >&5 printf %s "checking for traditional tls support in testing... " >&6; } if test ${libc_cv_test_mtls_traditional+y} @@ -8084,8 +8083,7 @@ if test "$TEST_CC" = "$CC"; then else saved_CC="$CC" -saved_CFLAGS="$CFLAGS" -CC="$TEST_CC -Wno-unused-command-line-argument" +CC="$TEST_CC" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -Wfree-labels in testing" >&5 printf %s "checking for -Wfree-labels in testing... " >&6; } if test ${libc_cv_test_cc_wfree_labels+y} @@ -8145,8 +8143,7 @@ if test "$TEST_CC" = "$CC"; then else saved_CC="$CC" -saved_CFLAGS="$CFLAGS" -CC="$TEST_CC -Wno-unused-command-line-argument" +CC="$TEST_CC" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for -Wmissing-parameter-name in testing" >&5 printf %s "checking for -Wmissing-parameter-name in testing... " >&6; } if test ${libc_cv_test_cc_wmissing_parameter_name+y}