From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C6317C433EF for ; Tue, 11 Jan 2022 21:03:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 83D8040901; Tue, 11 Jan 2022 21:03:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kEoOLjUXWVSY; Tue, 11 Jan 2022 21:03:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id B6024408FE; Tue, 11 Jan 2022 21:03:43 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 524611BF239 for ; Tue, 11 Jan 2022 21:03:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 3F069408FE for ; Tue, 11 Jan 2022 21:03:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dC7DpMjL9QGF for ; Tue, 11 Jan 2022 21:03:33 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by smtp2.osuosl.org (Postfix) with ESMTPS id 385534016A for ; Tue, 11 Jan 2022 21:03:32 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id C20891C0005; Tue, 11 Jan 2022 21:03:28 +0000 (UTC) Date: Tue, 11 Jan 2022 22:03:27 +0100 From: Thomas Petazzoni To: "Yann E. MORIN" Message-ID: <20220111220327.4819a1ba@windsurf> In-Reply-To: <20220110091036.4165679-1-yann.morin.1998@free.fr> References: <20220110091036.4165679-1-yann.morin.1998@free.fr> Organization: Bootlin X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH 1/2] package/uclibc: disable LTO unconditionally X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Norbert Lange , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Mon, 10 Jan 2022 10:10:35 +0100 "Yann E. MORIN" wrote: > Recent commit b7a00b39bca0 (package/glibc: force -fno-lto) only catered > for glibc, but all C libraries, like uClibc-NG, are impacted, for very > similar reasons. > > Disable LTO unconditionally for uClibc-NG too. > > Signed-off-by: Yann E. MORIN > Cc: Norbert Lange > --- > package/uclibc/uclibc.mk | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) Series applied, thanks! Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot