From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Mitchell Date: Tue, 16 Jul 2013 14:44:22 +0100 Subject: [U-Boot] standalone-examples: support custom GCC lib Message-ID: <1373982263-32012-1-git-send-email-ml@communistcode.co.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Fighting with compiling u-boot today and dealing with problems related to using a custom built openembedded toolchain, I found the need to specify a custom location for the GCC lib. This is well supported when building u-boot, but my compile was failing in the standalone examples, as there was no support for a custom GCC lib in the standalone examples Makefile. I am no toolchain or u-boot expert, and as such to avoid the firey pits of flamewar hell, this is an RFC ;) -- Jack Mitchell (jack at embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk --