Hi Richard,
> On 28 Oct 2023, at 00:12, Richard Cochran wrote:
>
> On Thu, Oct 26, 2023 at 08:41:08AM +, Luca Fancellu wrote:
>> Any thought about this?
>
> For the sake of consistency, can you please implement something like
> this instead?
>
> commit d3dd51ba611802d7cbb28631cb943cb882fa4a
On Mon, Oct 30, 2023 at 10:44:13AM +, Luca Fancellu wrote:
> This is what I’ve tried:
>
> Makefile:
>
> CC ?= $(CROSS_COMPILE)gcc
and if you add:
export CC
does it work?
Thanks,
Richard
Hi Richard,
> On 30 Oct 2023, at 14:48, Richard Cochran wrote:
>
> On Mon, Oct 30, 2023 at 10:44:13AM +, Luca Fancellu wrote:
>
>> This is what I’ve tried:
>>
>> Makefile:
>>
>> CC ?= $(CROSS_COMPILE)gcc
>
> and if you add:
>
> expo