From d0f22208ed3fe7a108614c01217d8a6cfffcf049 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 30 Jan 2025 01:19:49 +0000 Subject: [PATCH] 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 --- eclass/toolchain.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 3f7c2fbff7809..2bfa751b531d5 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}" )