Re: [PATCH] build: export potentially overridden tool chain components

2022-03-03 Thread Andrew Cooper
On 28/02/2022 16:11, Jan Beulich wrote: > When overriding the tool chain via CROSS_COMPILE, the resulting > components need to be made available to, in particular (but not limited > to) the check-endbr.sh script. Note that we don't allow overriding > ADDR2LINE yet; this would first require addition

Re: [PATCH] build: export potentially overridden tool chain components

2022-03-03 Thread Bertrand Marquis
Hi Jan, > On 28 Feb 2022, at 16:11, Jan Beulich wrote: > > When overriding the tool chain via CROSS_COMPILE, the resulting > components need to be made available to, in particular (but not limited > to) the check-endbr.sh script. Note that we don't allow overriding > ADDR2LINE yet; this would fi

[PATCH] build: export potentially overridden tool chain components

2022-02-28 Thread Jan Beulich
When overriding the tool chain via CROSS_COMPILE, the resulting components need to be made available to, in particular (but not limited to) the check-endbr.sh script. Note that we don't allow overriding ADDR2LINE yet; this would first require additions to some config/*.mk before it would make sense