From f434e4e6f4b9e2630c9e448f8c4b6c907fe4a3cb Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 31 Mar 2025 07:09:44 +0000 Subject: [PATCH] eclass/toolchain: Sync with Gentoo It's from Gentoo commit 62624051074391f6c8d7c6cdb4a75a234220a326. --- .../src/third_party/portage-stable/eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/toolchain.eclass b/sdk_container/src/third_party/portage-stable/eclass/toolchain.eclass index bb8bb65123..bf883c5370 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/toolchain.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/toolchain.eclass @@ -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"