commit: d0f22208ed3fe7a108614c01217d8a6cfffcf049 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 30 01:19:49 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 30 01:19:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f22208
toolchain.eclass: add TODO for --enable-version-specific-runtime-libs While we pass it only for Darwin, I have to wonder if these days at least whether we should be using that all the time instead of passing LIBPATH. Prompted by https://inbox.sourceware.org/libc-alpha/5fc11ae8d8cc26b8cb2b500ee7a08ce8f6e98588.camel <AT> xry111.site/. Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/toolchain.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 3f7c2fbff780..2bfa751b531d 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -2266,6 +2266,8 @@ gcc_do_make() { local emakeargs=( LDFLAGS="${LDFLAGS}" + # TODO: Can we replace this with --enable-version-specific-runtime-libs + # these days? LIBPATH="${LIBPATH}" )
