From 15e90a0bb563bac696449d794bb14b4b4f63c776 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 2 Dec 2018 12:37:12 +0000 Subject: toolchain.eclass: follow move from uclibc to uclibc-ng Signed-off-by: Sergei Trofimovich --- eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') 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*|\ -- cgit v1.2.3-65-gdbad