From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF8141382C5 for ; Fri, 6 Apr 2018 06:43:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03FBBE0904; Fri, 6 Apr 2018 06:43:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1552E0904 for ; Fri, 6 Apr 2018 06:43:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B2E6335C43 for ; Fri, 6 Apr 2018 06:43:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8861826D for ; Fri, 6 Apr 2018 06:43:53 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1522997029.a0969ccd7c373fa08f89e7bb59c6b7ee27f7751e.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a0969ccd7c373fa08f89e7bb59c6b7ee27f7751e X-VCS-Branch: master Date: Fri, 6 Apr 2018 06:43:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9eb8ef18-8346-4d46-a2a1-9aeef8aae922 X-Archives-Hash: 1f63295537057bbcd86bbf6e74526791 commit: a0969ccd7c373fa08f89e7bb59c6b7ee27f7751e Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Apr 6 06:43:35 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Apr 6 06:43:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0969ccd sys-libs/glibc: drop outdated ports/sysdeps/mips/ mangling ports/ is no more. All mips ports were merged into glibc repository. Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-libs/glibc/glibc-9999.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index e6d10969e8b..12272c31f35 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -755,13 +755,6 @@ src_prepare() { fi if just_headers ; then - if [[ -e ports/sysdeps/mips/preconfigure ]] ; then - # mips peeps like to screw with us. if building headers, - # we don't have a real compiler, so we can't let them - # insert -mabi on us. - sed -i '/CPPFLAGS=.*-mabi/s|.*|:|' ports/sysdeps/mips/preconfigure || die - find ports/sysdeps/mips/ -name Makefile -exec sed -i '/^CC.*-mabi=/s:-mabi=.*:-D_MIPS_SZPTR=32:' {} + - fi if [[ -e sysdeps/riscv/preconfigure ]] ; then # RISC-V interrogates the compiler to determine which target to # build. If building the headers then we don't strictly need a