public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/crossdev:master commit in: /, wrappers/
Date: Sun,  2 Dec 2018 12:35:21 +0000 (UTC)	[thread overview]
Message-ID: <1543754081.c0c4e4355bf59cf04d35c6eb6e331b9118267113.slyfox@gentoo> (raw)

commit:     c0c4e4355bf59cf04d35c6eb6e331b9118267113
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  2 12:34:41 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Dec  2 12:34:41 2018 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=c0c4e435

Switch from sys-libs/uclibc to sys-libs/uclibc-ng package.

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

 crossdev                | 4 ++--
 wrappers/emerge-wrapper | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/crossdev b/crossdev
index 915ffc0..d38b0e7 100755
--- a/crossdev
+++ b/crossdev
@@ -308,8 +308,8 @@ parse_target() {
 		*-dietlibc) LPKG="dietlibc"; LCAT="dev-libs";;
 		*-gnu*)     LPKG="glibc";;
 		*-klibc)    LPKG="klibc";;
-		*-uclibc*)  LPKG="uclibc";;
-		*-uclinux)  LPKG="uclibc";;
+		*-uclibc*)  LPKG="uclibc-ng";;
+		*-uclinux)  LPKG="uclibc-ng";;
 		*-musl*)    LPKG="musl";;
 
 		# Windows targets

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 ;;


             reply	other threads:[~2018-12-02 12:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-02 12:35 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-21 21:23 [gentoo-commits] proj/crossdev:master commit in: /, wrappers/ Sergei Trofimovich
2018-10-20 20:08 Sergei Trofimovich
2018-10-20 20:08 Sergei Trofimovich
2015-05-18 15:55 Mike Frysinger
2014-09-17 21:41 Mike Frysinger
2013-12-23  3:11 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1543754081.c0c4e4355bf59cf04d35c6eb6e331b9118267113.slyfox@gentoo \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox