On Wed, Jun 4, 2025 at 5:23 PM Kéléfa SANÉ wrote:
> Hello Lianbo
>
> Thanks for your review.
>
> In the patch, we don't expect the CC env to be always defined, this is
> tested with "if(NULL == cc_env)", in the case it is not defined, we
> retrieve the compiler version like it was done before wit
Hello Lianbo
Thanks for your review.
In the patch, we don't expect the CC env to be always defined, this is
tested with "if(NULL == cc_env)", in the case it is not defined, we
retrieve the compiler version like it was done before with a call to "gcc
--version" and if it is defined we replace "gcc
Hi, Kéléfa Sané
Thank you for the patch.
On Mon, May 26, 2025 at 5:04 PM
wrote:
> Date: Mon, 26 May 2025 11:03:24 +0200
> From: kelefa.s...@smile.fr
> Subject: [Crash-utility] [meta-oe][PATCH v2] Use CC env var to get
> compiler version
> To: devel@lists.crash-utility.osci.io
> Cc: Kéléf