diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-12-02 12:37:12 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-12-02 12:37:12 +0000 |
commit | 15e90a0bb563bac696449d794bb14b4b4f63c776 (patch) | |
tree | d388f3c214a775bf0e1c8c1575a7634ed6d4b8a0 /eclass | |
parent | sys-libs/uclibc-ng: RESTRICT=test (missing tests) (diff) | |
download | gentoo-15e90a0bb563bac696449d794bb14b4b4f63c776.tar.gz gentoo-15e90a0bb563bac696449d794bb14b4b4f63c776.tar.bz2 gentoo-15e90a0bb563bac696449d794bb14b4b4f63c776.zip |
toolchain.eclass: follow move from uclibc to uclibc-ng
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 1678ef3e5700..94f2d3369af8 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*|\ |