From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 14 Mar 2016 10:56:24 -0600 Subject: [U-Boot] [PATCH v2 2/3] buildman: Add a way to specific a full toolchain prefix In-Reply-To: <1457833833-11889-2-git-send-email-sjg@chromium.org> References: <1457833833-11889-1-git-send-email-sjg@chromium.org> <1457833833-11889-2-git-send-email-sjg@chromium.org> Message-ID: <56E6ED38.6050904@wwwdotorg.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 03/12/2016 06:50 PM, Simon Glass wrote: > At present buildman allows you to specify the directory containing the > toolchain, but not the actual toolchain prefix. If there are multiple > toolchains in a single directory, this can be inconvenient. > > Add a new 'toolchain-prefix' setting to the settings file, which allows > the full prefix (or path to the C compiler) to be specified. > > Update the documentation to match. Excellent, now the buildman config file does exactly what I want:-) Tested-by: Stephen Warren I tested the version already applied in u-boot-dm/buildman, which I assume is the same as this:-)