mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user