Re: [PATCH] tools lib api: respect CROSS_COMPILE for the linker

From: David Sharp
Date: Tue Mar 22 2016 - 14:39:23 EST


BTW: s/env/command line/ is true as well, i.e. running: `make
CROSS_COMPILE=cross-`

On Tue, Mar 22, 2016 at 11:22 AM, David Sharp <dhsharp@xxxxxxxxxx> wrote:
> So, note that without allow-override:
> - The set default of "gcc" is not respected.
> - Setting CC from the env does work.
> - Setting CROSS_COMPILE from the env is not effective.