eclass/toolchain: Sync with Gentoo

It's from Gentoo commit 62624051074391f6c8d7c6cdb4a75a234220a326.
This commit is contained in:
Flatcar Buildbot 2025-03-31 07:09:44 +00:00
parent 1334a0b089
commit f434e4e6f4

View File

@ -1241,7 +1241,7 @@ toolchain_src_configure() {
local GCC_LANG="c"
is_cxx && GCC_LANG+=",c++"
is_d && GCC_LANG+=",d"
is_d && GCC_LANG+=",d" confgcc+=( --enable-libphobos )
is_go && GCC_LANG+=",go"
if is_objc || is_objcxx ; then
GCC_LANG+=",objc"