From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Tue, 12 Jul 2011 11:49:47 -0400 Subject: [U-Boot] [PATCH] tools: build some commands without -pedantic In-Reply-To: References: <1310469889-12999-1-git-send-email-linus.walleij@linaro.org> <20110712115814.2A91416F53F9@gemini.denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Jul 12, 2011 at 11:24, Linus Walleij wrote: > I do this, first I apply the patches I sent for Integrator support, then > I apply this patch to test with network support: no changes at all should be necessary to include/configs/. build the tools in an unconfigured tree to avoid any of that cruft. $ git clean -x -d $ make tools $ size tools/gen_eth_addr.o -mike