commit:     15e90a0bb563bac696449d794bb14b4b4f63c776
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  2 12:37:12 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec  2 12:37:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e90a0b

toolchain.eclass: follow move from uclibc to uclibc-ng

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 eclass/toolchain.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 1678ef3e570..94f2d3369af 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1028,7 +1028,7 @@ toolchain_src_configure() {
                        then #291870
                                confgcc+=( --disable-shared )
                        fi
-                       needed_libc=uclibc
+                       needed_libc=uclibc-ng
                        ;;
                *-cygwin)                needed_libc=cygwin;;
                x86_64-*-mingw*|\

Reply via email to