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 E845613832E for ; Thu, 28 Jul 2016 03:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51978E0B3E; Thu, 28 Jul 2016 03:12:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADADDE0B3E for ; Thu, 28 Jul 2016 03:12:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF06D340D2F for ; Thu, 28 Jul 2016 03:12:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C64A7856 for ; Thu, 28 Jul 2016 03:12:09 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1469675512.b51060dd911d9eea0f46a1c5d907ba0ae6f7ff04.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/uclibc-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/uclibc-ng/uclibc-ng-1.0.16.ebuild sys-libs/uclibc-ng/uclibc-ng-9999.ebuild X-VCS-Directories: sys-libs/uclibc-ng/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: b51060dd911d9eea0f46a1c5d907ba0ae6f7ff04 X-VCS-Branch: master Date: Thu, 28 Jul 2016 03:12:09 +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: 3bf8a260-4584-4465-b297-4242c538128c X-Archives-Hash: c273113b02d9f9843b1c1c6d27c96b42 commit: b51060dd911d9eea0f46a1c5d907ba0ae6f7ff04 Author: Anthony G. Basile gentoo org> AuthorDate: Thu Jul 28 03:11:52 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Jul 28 03:11:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51060dd sys-libs/uclibc-ng: drop typo workaround for MIPS Package-Manager: portage-2.2.28 sys-libs/uclibc-ng/uclibc-ng-1.0.16.ebuild | 6 ------ sys-libs/uclibc-ng/uclibc-ng-9999.ebuild | 6 ------ 2 files changed, 12 deletions(-) diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.16.ebuild b/sys-libs/uclibc-ng/uclibc-ng-1.0.16.ebuild index 1311c9b..fd9adc7 100644 --- a/sys-libs/uclibc-ng/uclibc-ng-1.0.16.ebuild +++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.16.ebuild @@ -317,12 +317,6 @@ src_configure() { sed -i -e '/Build for EABI/a \\tdefault y' extra/Configs/Config.arm fi - # For mips - if [[ ${target} == "mips" ]]; then - sed -i -e "s|default CONFIG_MIPS_O32_ABI|CONFIG_MIPS_${ABI^[on]}_ABI|" \ - extra/Configs/Config.mips || die - fi - # We set HOSTCC to the proper tuple rather than just 'gcc' sed -i -e "s|^HOSTCC.*=.*|HOSTCC=$(tc-getBUILD_CC)|" Rules.mak diff --git a/sys-libs/uclibc-ng/uclibc-ng-9999.ebuild b/sys-libs/uclibc-ng/uclibc-ng-9999.ebuild index 2d9c74e..2d3a099 100644 --- a/sys-libs/uclibc-ng/uclibc-ng-9999.ebuild +++ b/sys-libs/uclibc-ng/uclibc-ng-9999.ebuild @@ -317,12 +317,6 @@ src_configure() { sed -i -e '/Build for EABI/a \\tdefault y' extra/Configs/Config.arm fi - # For mips - if [[ ${target} == "mips" ]]; then - sed -i -e "s|default CONFIG_MIPS_O32_ABI|CONFIG_MIPS_${ABI^[on]}_ABI|" \ - extra/Configs/Config.mips || die - fi - # We set HOSTCC to the proper tuple rather than just 'gcc' sed -i -e "s|^HOSTCC.*=.*|HOSTCC=$(tc-getBUILD_CC)|" Rules.mak