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 32DBC138334 for ; Wed, 17 Oct 2018 21:45:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BF37E07F1; Wed, 17 Oct 2018 21:45:28 +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 F37F5E07F1 for ; Wed, 17 Oct 2018 21:45:27 +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 40AB7335CF2 for ; Wed, 17 Oct 2018 21:45:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DDC93D6 for ; Wed, 17 Oct 2018 21:45:24 +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: <1539812710.75b0da4c161dd9a93f80ff0fa223ecc9d4c03cd5.slyfox@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 75b0da4c161dd9a93f80ff0fa223ecc9d4c03cd5 X-VCS-Branch: master Date: Wed, 17 Oct 2018 21:45:24 +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: 2e0e982b-555a-43f0-8c89-9d2b251b24e1 X-Archives-Hash: 08383184f65d8934fee9f0215733466b commit: 75b0da4c161dd9a93f80ff0fa223ecc9d4c03cd5 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Oct 17 21:45:10 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Oct 17 21:45:10 2018 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=75b0da4c crossdev: tweak comment Signed-off-by: Sergei Trofimovich gentoo.org> crossdev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossdev b/crossdev index 997b0a1..909801f 100755 --- a/crossdev +++ b/crossdev @@ -365,7 +365,7 @@ parse_target() { fi local vtv_support=no - # Whitelist asan on explicitly supported arches for linux. + # Whitelist vtv on explicitly supported arches for linux. # Broken examples: # - musl libc # - bare metal targets