From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 91A843864A24 for ; Tue, 6 Dec 2022 13:45:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 91A843864A24 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id A9D4021C23; Tue, 6 Dec 2022 13:45:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1670334357; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=kejTBr2eqfNqU+M3SCmr8SOLhj4AsSiOPqggDqlPDsw=; b=k9o4Ku5UCc/XAYYxZ+J10dUztzN/rJpWf0AcpiaxUF/qXajZGG2wectZSjZRBsS+RkPAEp shRMJxAmSfkp/y63M+oAwdBw12k/4typzAPoC2mKX8wtoiw6iykRly7JKLIvIILBlEeH0X xFPHRsl0/+VdixitFG9tNiHBqbfh1HY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1670334357; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=kejTBr2eqfNqU+M3SCmr8SOLhj4AsSiOPqggDqlPDsw=; b=QV+lswwC3zTQU6uiwhsA4SwfNE4z+emLwYqEkzsLQ6bE42HmOuoUdze0f5NNIDN4KAadpJ 39DcztQMQ48yXmCQ== Received: from hawking.suse.de (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id 474202C141; Tue, 6 Dec 2022 13:45:57 +0000 (UTC) Received: by hawking.suse.de (Postfix, from userid 17005) id 0AB9D44012D; Tue, 6 Dec 2022 14:45:56 +0100 (CET) From: Andreas Schwab To: Adhemerval Zanella via Libc-alpha Cc: Vineet Gupta , Ludovic =?utf-8?Q?Court=C3=A8s?= , Adhemerval Zanella Subject: Re: [PATCH 4/6] configure: Remove AS check References: <20221202190030.1671870-1-adhemerval.zanella@linaro.org> <20221202190030.1671870-5-adhemerval.zanella@linaro.org> X-Yow: America!! I saw it all!! Vomiting! Waving! JERRY FALWELLING into your void tube of UHF oblivion!! SAFEWAY of the mind -- Date: Tue, 06 Dec 2022 14:45:56 +0100 In-Reply-To: <20221202190030.1671870-5-adhemerval.zanella@linaro.org> (Adhemerval Zanella via Libc-alpha's message of "Fri, 2 Dec 2022 16:00:28 -0300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-9.1 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 autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Dez 02 2022, Adhemerval Zanella via Libc-alpha wrote: > diff --git a/sysdeps/x86/configure.ac b/sysdeps/x86/configure.ac > index edd43a2551..ac55dc674a 100644 > --- a/sysdeps/x86/configure.ac > +++ b/sysdeps/x86/configure.ac > @@ -22,7 +22,7 @@ EOF > fi > if test $enable_cet != no; then > # Check if assembler supports CET. > - AC_CACHE_CHECK(whether $AS supports CET, > + AC_CACHE_CHECK(whether compiler supports CET, It is still testing the assembler, not the compiler. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."