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@xry111.site/.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-01-30 01:19:49 +00:00
parent 169ff76b0c
commit d0f22208ed

View File

@@ -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}"
)