_toolchain: Properly set compiler/linker executables on Gentoo
authorAdam Jeliński <ajelinski@antmicro.com>
Tue, 21 Sep 2021 08:33:26 +0000 (10:33 +0200)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 31 Dec 2021 15:31:23 +0000 (15:31 +0000)
commit103aff925dc5fa3ecc046d46d31061fc65c7fb8a
treea74c063fd0184bdbd03f26b5842b428b0ec1af51
parent4c492ea892333855f23e50e987bccc25609d60da
_toolchain: Properly set compiler/linker executables on Gentoo

The `test_toolchain_cxx.py` tests on Gentoo definitely use compiler and
linker set with `_so_cxx`-suffixed executables. Tests use a proper
executable instead of `c++` after this change.

Signed-off-by: Adam Jeliński <ajelinski@antmicro.com>
nmigen/_toolchain/cxx.py