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 39201138350 for ; Mon, 27 Jan 2020 02:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA73DE0919; Mon, 27 Jan 2020 02:53:26 +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 C2CBFE0919 for ; Mon, 27 Jan 2020 02:53:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4282234E39C for ; Mon, 27 Jan 2020 02:53:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C746F107 for ; Mon, 27 Jan 2020 02:53:22 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1580093584.e8e0f7f4c06a8ddbe113ebe6413c6d5f1925c84d.heroxbd@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: e8e0f7f4c06a8ddbe113ebe6413c6d5f1925c84d X-VCS-Branch: master Date: Mon, 27 Jan 2020 02:53:22 +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: 435e2681-25fb-484b-af09-ee03b07f3d77 X-Archives-Hash: 27a474e98219e33c3afae7891af691cc commit: e8e0f7f4c06a8ddbe113ebe6413c6d5f1925c84d Author: Benda Xu gentoo org> AuthorDate: Mon Jan 27 02:41:04 2020 +0000 Commit: Benda XU gentoo org> CommitDate: Mon Jan 27 02:53:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e8e0f7f4 s/bootstrap-prefix.sh: Disable stage2 gcc /usr/local/include lookup. stage2 gcc searching inside /usr/local/include induces errors with exotic headers. Signed-off-by: Benda Xu gentoo.org> scripts/bootstrap-prefix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 3bb523071c..2abc3905d4 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1717,7 +1717,7 @@ bootstrap_stage2() { for pkg in ${compiler_stage1} ; do #