From: Xi Ruoyao Date: Fri, 14 Nov 2025 02:11:07 +0000 (+0800) Subject: Regenerate gcc/configure X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c47f146274588794f79870c764234725106aad75;p=thirdparty%2Fgcc.git Regenerate gcc/configure When I rebased r16-5226 I failed to notice the generated configure is different after r16-5138. gcc/ * configure: Regenerate. --- diff --git a/gcc/configure b/gcc/configure index 83decfb738c..9d68bcd97a9 100755 --- a/gcc/configure +++ b/gcc/configure @@ -31729,7 +31729,7 @@ if ${gcc_cv_as_loongarch_16_byte_atomic_support+:} false; then : $as_echo_n "(cached) " >&6 else gcc_cv_as_loongarch_16_byte_atomic_support=no - if test x$gcc_cv_as != x; then + if test x"$gcc_cv_as" != x; then $as_echo 'vori.b $vr0, $vr1, 0 sc.q $a0, $a1, $a2, 0' > conftest.s if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5'