On Wed, 9 Oct 2024 11:52:13 GMT, SendaoYan wrote:
> Hi all,
> There is a gcc version detection bug in `make/autoconf/toolchain.m4`.
> Before this PR, the gcc version detection shell command is:
>
> gcc --version 2>&1 | tr "\n" " " | sed -e 's/ *Copyright .*//' | sed -e
> 's/^.* ([1-9][0-9]*.[0-
On Wed, 9 Oct 2024 11:52:13 GMT, SendaoYan wrote:
> Hi all,
> There is a gcc version detection bug in `make/autoconf/toolchain.m4`.
> Before this PR, the gcc version detection shell command is:
>
> gcc --version 2>&1 | tr "\n" " " | sed -e 's/ *Copyright .*//' | sed -e
> 's/^.* ([1-9][0-9]*.[0-
On Wed, 9 Oct 2024 11:52:13 GMT, SendaoYan wrote:
> Hi all,
> There is a gcc version detection bug in `make/autoconf/toolchain.m4`.
> Before this PR, the gcc version detection shell command is:
>
> gcc --version 2>&1 | tr "\n" " " | sed -e 's/ *Copyright .*//' | sed -e
> 's/^.* ([1-9][0-9]*.[0-
Hi all,
There is a gcc version detection bug in `make/autoconf/toolchain.m4`.
Before this PR, the gcc version detection shell command is:
gcc --version 2>&1 | tr "\n" " " | sed -e 's/ *Copyright .*//' | sed -e 's/^.*
([1-9][0-9]*.[0-9.]*)[^0-9.].*$/\1/'
And this gcc version detection command can