From patchwork Tue Jun 28 08:37:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 55472 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A4CDC38312A5 for ; Tue, 28 Jun 2022 08:38:24 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 93554383378D for ; Tue, 28 Jun 2022 08:37:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 93554383378D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 93A8521F02 for ; Tue, 28 Jun 2022 08:37:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1656405446; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=vPuNpQjpstGBqDMZti1Ki3nhsdkoqCFKR/hGhRzl9O0=; b=Zep2oYRar7l6agQ8QvA/A6oPtjH9PYGtDtAngcPcoBGAwd86ryRoCDNDXXmFpNN70+lrPK zQH1yTftmFQv20GU6vwMGV8rLymeP30kMPEC+k84lsKwlIi9rDdmzskBHFR3iep0odengo Vai9lvJswaqiQYzwz/uYryLyLheURws= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1656405446; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=vPuNpQjpstGBqDMZti1Ki3nhsdkoqCFKR/hGhRzl9O0=; b=UVkQ2Jf+E/pXD+yj5Twa/JMgA/JO+G+CSZ7Rp8wFIJcs4jFO1NWuQnB3jit3n6Zo01xO6/ kMX4GrzS4lQyWzDA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 84ECE13ACA for ; Tue, 28 Jun 2022 08:37:26 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id nFdwH8a9umIWMwAAMHmgww (envelope-from ) for ; Tue, 28 Jun 2022 08:37:26 +0000 Message-ID: <3faed5cc-1a76-9db1-dc0a-12e3e9a68348@suse.cz> Date: Tue, 28 Jun 2022 10:37:26 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 From: =?utf-8?q?Martin_Li=C5=A1ka?= Subject: [PATCH][pushed] libgomp: fix typo in mold linker detection To: gcc-patches@gcc.gnu.org Content-Language: en-US X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" Pushed as obvious to master and gcc-12 branch. Thanks, Martin libgomp/ChangeLog: * acinclude.m4: Fix typo in mold linker detection. * Makefile.in: Regenerate. * configure: Regenerate. --- libgomp/Makefile.in | 2 +- libgomp/acinclude.m4 | 2 +- libgomp/configure | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libgomp/Makefile.in b/libgomp/Makefile.in index 8f6255f2d70..8ffd45c9c41 100644 --- a/libgomp/Makefile.in +++ b/libgomp/Makefile.in @@ -16,7 +16,7 @@ # Plugins for offload execution, Makefile.am fragment. # -# Copyright (C) 2014-2021 Free Software Foundation, Inc. +# Copyright (C) 2014-2022 Free Software Foundation, Inc. # # Contributed by Mentor Embedded. # diff --git a/libgomp/acinclude.m4 b/libgomp/acinclude.m4 index b8154eba99c..12fbb20066c 100644 --- a/libgomp/acinclude.m4 +++ b/libgomp/acinclude.m4 @@ -154,7 +154,7 @@ AC_DEFUN([LIBGOMP_CHECK_LINKER_FEATURES], [ if $LD --version 2>/dev/null | grep 'GNU gold'> /dev/null 2>&1; then libgomp_ld_is_gold=yes elif $LD --version 2>/dev/null | grep 'mold'> /dev/null 2>&1; then - libat_ld_is_mold=yes + libgomp_ld_is_mold=yes fi changequote(,) ldver=`$LD --version 2>/dev/null | diff --git a/libgomp/configure b/libgomp/configure index 89f14e441f2..b11170e6a7c 100755 --- a/libgomp/configure +++ b/libgomp/configure @@ -16027,7 +16027,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld if $LD --version 2>/dev/null | grep 'GNU gold'> /dev/null 2>&1; then libgomp_ld_is_gold=yes elif $LD --version 2>/dev/null | grep 'mold'> /dev/null 2>&1; then - libat_ld_is_mold=yes + libgomp_ld_is_mold=yes fi ldver=`$LD --version 2>/dev/null |