> On 22 Mar 2022, at 15:23, Jan Beulich wrote:
>
> Now that x86'es check-endbr.sh script uses it, also make it available
> consistently with other tool chain components.
>
> Signed-off-by: Jan Beulich
Reviewed-by: Luca Fancellu
Cheers,
Luca
>
> --- a/config/StdGNU.mk
> +++ b/config/StdG
Now that x86'es check-endbr.sh script uses it, also make it available
consistently with other tool chain components.
Signed-off-by: Jan Beulich
--- a/config/StdGNU.mk
+++ b/config/StdGNU.mk
@@ -10,6 +10,7 @@ endif
LD_LTO = $(CROSS_COMPILE)ld
endif
CPP= $(CC) -E
+ADDR2LINE = $(CRO