Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 02 Dec 2018 12:37:51
Message-Id: 1543754232.15e90a0bb563bac696449d794bb14b4b4f63c776.slyfox@gentoo
1 commit: 15e90a0bb563bac696449d794bb14b4b4f63c776
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 12:37:12 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 12:37:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e90a0b
7
8 toolchain.eclass: follow move from uclibc to uclibc-ng
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 eclass/toolchain.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
16 index 1678ef3e570..94f2d3369af 100644
17 --- a/eclass/toolchain.eclass
18 +++ b/eclass/toolchain.eclass
19 @@ -1028,7 +1028,7 @@ toolchain_src_configure() {
20 then #291870
21 confgcc+=( --disable-shared )
22 fi
23 - needed_libc=uclibc
24 + needed_libc=uclibc-ng
25 ;;
26 *-cygwin) needed_libc=cygwin;;
27 x86_64-*-mingw*|\