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 9C79F158086 for ; Wed, 27 Oct 2021 08:55:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C088DE07FE; Wed, 27 Oct 2021 08:55:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3F09E07FE for ; Wed, 27 Oct 2021 08:55:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9904034318E for ; Wed, 27 Oct 2021 08:55:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37F23178 for ; Wed, 27 Oct 2021 08:55:20 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1635324742.9ecff85d0909d3e576b1388b48da03cfc824516b.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: wrappers/etc/portage/ X-VCS-Repository: proj/crossdev X-VCS-Files: wrappers/etc/portage/make.conf X-VCS-Directories: wrappers/etc/portage/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 9ecff85d0909d3e576b1388b48da03cfc824516b X-VCS-Branch: master Date: Wed, 27 Oct 2021 08:55:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1f9c7edd-05fb-4252-9179-39872bd5c4d7 X-Archives-Hash: 2224901ca9f21aea991549dd17d2fa33 commit: 9ecff85d0909d3e576b1388b48da03cfc824516b Author: Mike Frysinger gentoo org> AuthorDate: Wed Oct 27 08:52:22 2021 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Oct 27 08:52:22 2021 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=9ecff85d wrappers: drop HOSTCC setting This is a bit obsolete. Few packages every used this setting, and toolchain-funcs.eclass provides a suite of BUILD_xxx helpers that ebuilds can leverage directly. Closes: https://bugs.gentoo.org/727900 Signed-off-by: Mike Frysinger gentoo.org> wrappers/etc/portage/make.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/wrappers/etc/portage/make.conf b/wrappers/etc/portage/make.conf index eac5138..2ab65b3 100644 --- a/wrappers/etc/portage/make.conf +++ b/wrappers/etc/portage/make.conf @@ -5,8 +5,6 @@ CHOST=__CHOST__ CBUILD=__CBUILD__ -HOSTCC=${CBUILD}-gcc - ROOT=@GENTOO_PORTAGE_EPREFIX@/usr/${CHOST}/ ACCEPT_KEYWORDS="${ARCH} ~${ARCH}"