[Crash-utility] Re: [PATCH v2] Use CC env var to get compiler version

2025-06-04 Thread lijiang
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

[Crash-utility] Re: [PATCH v2] Use CC env var to get compiler version

2025-06-04 Thread Kéléfa SANÉ
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

[Crash-utility] Re: [PATCH v2] Use CC env var to get compiler version

2025-05-30 Thread lijiang
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