From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1624) id 942743858D35; Tue, 23 May 2023 16:24:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 942743858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684859045; bh=SzLIOjsz6YuU3kduGTiN/cYF7cIvqqvz864IaG50Bq8=; h=From:To:Subject:Date:From; b=w++pv04kWhOx6mybJu1nAH9UIaPiXVJlzU1llLz4hTK/WpuanHT6TOzLma4h9guc7 dPMsnsl0PM7WaVS1To8Oh6Op2O55/w7O8NB9BVYPDhZwsf4TBvauWemSK5txaQVaS2 RXPogxP5u5FO+y4EfKP8bWjnGwhomkxskR+gTm/I= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Paul Pluzhnikov To: glibc-cvs@sourceware.org Subject: [glibc] Regenerate configure fragment -- BZ 25337. X-Act-Checkin: glibc X-Git-Author: Paul Pluzhnikov X-Git-Refname: refs/heads/master X-Git-Oldrev: 0b25c28e028b63c95108c442d8112811107e4c13 X-Git-Newrev: 6b3ddc9ae57763b188fec63da7740b7ab2ec6edb Message-Id: <20230523162405.942743858D35@sourceware.org> Date: Tue, 23 May 2023 16:24:05 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6b3ddc9ae57763b188fec63da7740b7ab2ec6edb commit 6b3ddc9ae57763b188fec63da7740b7ab2ec6edb Author: Paul Pluzhnikov Date: Tue May 23 16:21:29 2023 +0000 Regenerate configure fragment -- BZ 25337. In commit 0b25c28e028b63c95108c442d8112811107e4c13 I updated congure.ac but neglected to regenerate updated configure. Fix this here. Diff: --- sysdeps/powerpc/powerpc64/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/powerpc/powerpc64/configure b/sysdeps/powerpc/powerpc64/configure index f57c58ac11..e09052a339 100644 --- a/sysdeps/powerpc/powerpc64/configure +++ b/sysdeps/powerpc/powerpc64/configure @@ -38,7 +38,7 @@ fi # We check if compiler supports @notoc generation since there is no # gain by enabling it if it will be optimized away by the linker. # It also helps linkers that might not optimize it and end up -# generating stubs with ISA 3.1 instruction even targetting older ISA. +# generating stubs with ISA 3.1 instruction even targeting older ISA. { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the compiler supports @notoc" >&5 $as_echo_n "checking if the compiler supports @notoc... " >&6; } if ${libc_cv_ppc64_notoc+:} false; then :