From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 167D33887008; Wed, 19 Jun 2024 22:47:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 167D33887008 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718837260; bh=t/pGq3gSNqj5P/WdqFV/MnJ3q25dB1DAB9KG3F/kMkA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BbglTDehM5yTa8+uBU1EuiwcofSb4qLJQnIMxUJSJES/xA0TZ6/8a2HF4ufh3NIUB CD8nQUiE3Aoejt3fanAxpI6WmUQMvNY2ItBSQGbHIM1yprS1kJY2AWMYDI7qTToIT/ htmJmkLnk09HqaaabgUaR5ebCPl/7VCVltzHSUSA= From: "collin.funk1 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8 Date: Wed, 19 Jun 2024 22:47:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: collin.funk1 at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: cohenarthur at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115453 --- Comment #16 from Collin Funk --- (In reply to Mark Wielaard from comment #15) > -Copyright (C) Free Software Foundation, Inc. > +Copyright (C) 2012 Free Software Foundation, Inc. I thought I used the correct Autoconf version, but I guess not. I think this should go away if you regenerate with Autoconf 2.69 (released in 2012). > -if test "x$gcc_cv_as_mips_explicit_relocs_pcrel" =3D "xyes"; then > +if test $gcc_cv_as_mips_explicit_relocs_pcrel =3D yes; then I think my commit was amended to include this. Therefore the configure scri= pt must be generated again. Sorry for the confusion.=