aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-12-02 12:34:41 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2018-12-02 12:34:41 +0000
commitc0c4e4355bf59cf04d35c6eb6e331b9118267113 (patch)
treed62cc12d61429136135c7e015f72026470b3615b /wrappers
parentconfig.site add support for /etc/ overrides (diff)
downloadcrossdev-c0c4e4355bf59cf04d35c6eb6e331b9118267113.tar.gz
crossdev-c0c4e4355bf59cf04d35c6eb6e331b9118267113.tar.bz2
crossdev-c0c4e4355bf59cf04d35c6eb6e331b9118267113.zip
Switch from sys-libs/uclibc to sys-libs/uclibc-ng package.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'wrappers')
-rwxr-xr-xwrappers/emerge-wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/emerge-wrapper b/wrappers/emerge-wrapper
index fc53f2a..d554eba 100755
--- a/wrappers/emerge-wrapper
+++ b/wrappers/emerge-wrapper
@@ -55,7 +55,7 @@ cross_wrap_etc()
LIBC="__LIBC__"
case ${CHOST} in
*gnu*) LIBC=glibc ;;
- *uclibc*) LIBC=uclibc ;;
+ *uclibc*) LIBC=uclibc-ng ;;
*musl*) LIBC=musl ;;
*cygwin*) LIBC=Cygwin ;;
*mingw*) LIBC=mingw ;;