From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bee.birch.relay.mailchannels.net (bee.birch.relay.mailchannels.net [23.83.209.14]) by sourceware.org (Postfix) with ESMTPS id ADB9A3858D39 for ; Mon, 13 Dec 2021 15:39:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ADB9A3858D39 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 040B7720E79 for ; Mon, 13 Dec 2021 15:29:29 +0000 (UTC) Received: from pdx1-sub0-mail-a306.dreamhost.com (unknown [127.0.0.6]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 8B94E720D63 for ; Mon, 13 Dec 2021 15:29:28 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a306.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384) by 100.124.138.99 (trex/6.4.3); Mon, 13 Dec 2021 15:29:29 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Troubled-Print: 46f005614484f05e_1639409368833_1982498790 X-MC-Loop-Signature: 1639409368833:978154723 X-MC-Ingress-Time: 1639409368833 Received: from [192.168.52.116] (unknown [223.185.62.238]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a306.dreamhost.com (Postfix) with ESMTPSA id 4JCQRC0W2mz18q for ; Mon, 13 Dec 2021 07:29:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gotplt.org; s=gotplt.org; t=1639409368; bh=g+F5qTfPM9DqNMnLOyiX4mlWp+8=; h=Date:Subject:To:From:Content-Type:Content-Transfer-Encoding; b=b868IPzwOrfN4OyA887zSWx8faEWuk6Ss14laeAHIoC4KnJaAJ6d3DCu+lW86JR1V NuLzu2xjADCNK8knhEcAxNF5NlxVa3Vj28KCZwqUC0x2F3U+uN6TCemcMWXNgDP4oJ XmuwVcaQks0elIC0MEcL4ecTnhltrZA1MnnLHzv0= Message-ID: <67ea7ba1-566e-5117-8a2b-1270190c60c7@gotplt.org> Date: Mon, 13 Dec 2021 20:59:21 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0 Subject: Re: [COMMITTED] Replace --enable-static-pie with --disable-default-pie Content-Language: en-US To: libc-alpha@sourceware.org References: <20211207082638.1960585-1-siddhesh@sourceware.org> <20211213030233.2286715-1-siddhesh@sourceware.org> From: Siddhesh Poyarekar In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3032.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2021 15:39:17 -0000 On 12/13/21 19:58, Siddhesh Poyarekar wrote: >> build-many-glibcs runs clean for all targets.  I also tested x86_64 on >> Fedora and Ubuntu, to verify that the default build as well as >> --disable-default-pie work as expected with both system toolchains. > > I noticed some conform tests failing on armv7hl and x86_64 in Fedora > builds.  I'll post patches to fix them. Ahh never mind, false alarm; I was missing 885762aa31d75de8b9fea4c0e2e372b582d4c548 in my backports. This patch is perfect ;) Siddhesh