From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Modra Date: Thu, 8 Dec 2016 15:22:44 +1030 Subject: [U-Boot] [PATCH] Makefile: Fix linking with modern binutils In-Reply-To: <20161208032251.8774-1-joel@jms.id.au> References: <20161208032251.8774-1-joel@jms.id.au> Message-ID: <20161208045244.GE10584@bubble.grove.modra.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Dec 08, 2016 at 02:22:51PM +1100, Joel Stanley wrote: > error, we are technically creating invalid ELF files without this > option. I don't think you were creating invalid ELF files, just unusual ones. Anyway, passing --no-dynamic-linker is a good idea. That tells ld that the PIE or shared lib that you're creating does not need loaded program headers. -- Alan Modra Australia Development Lab, IBM