From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Behun Date: Mon, 15 Mar 2021 23:44:35 +0100 Subject: [PATCH u-boot v2.1 38/38] ARM: enable LTO for some boards In-Reply-To: References: <20210312134655.15909-1-marek.behun@nic.cz> <20210312180344.05ed801f@nic.cz> <20210312183605.0503dd0e@nic.cz> Message-ID: <20210315234435.582e39ef@nic.cz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 12 Mar 2021 10:01:34 -0800 Tim Harvey wrote: > Marek / Heinrich, > > Yes, 'make -j1' does work. > > Tim Tim, could you try make -j8, but change the toplevel Makefile: find string "-flto=jobserver" and change it to "-flto". Does make -j8 fail then? Thank you. Marek