_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)
committerwhitequark <whitequark@whitequark.org>
Sat, 25 Sep 2021 03:35:10 +0000 (03:35 +0000)
commitda8a492be72ebda5a611dced8237a34b67ca3d9f
treec6ff01714217d002ecba2360f5cf4014034fcfea
parent23a44f3cb605f71782d982dfef07daa5d27c13a7
_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