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 6B8C91381F3 for ; Sat, 30 Dec 2017 21:21:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CD44E08DF; Sat, 30 Dec 2017 21:21:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 578EFE08DF for ; Sat, 30 Dec 2017 21:21:30 +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 746B4335C06 for ; Sat, 30 Dec 2017 21:21:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 100BE126 for ; Sat, 30 Dec 2017 21:21:28 +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: <1514668766.a2b2ed04676a184a3374386d0d19d4587f974ffb.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: a2b2ed04676a184a3374386d0d19d4587f974ffb X-VCS-Branch: master Date: Sat, 30 Dec 2017 21:21:28 +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: 11b9524a-26e3-417a-9c7d-6f21ae4558df X-Archives-Hash: 6f053daef730f361ffaf007848cc8c6d commit: a2b2ed04676a184a3374386d0d19d4587f974ffb Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Dec 30 21:19:26 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Dec 30 21:19:26 2017 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=a2b2ed04 crossdev: whitelist USE=sanitize on powerpc*-*gnu* While at it fix glob for powerpc64 and aarch64. Noticed by Joakim Tjernlund! Reported-by: Joakim Tjernlund Signed-off-by: Sergei Trofimovich gentoo.org> crossdev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossdev b/crossdev index fd9f598..d661c86 100755 --- a/crossdev +++ b/crossdev @@ -348,7 +348,7 @@ parse_target() { mips64*) # has some support code, fails to build ;; - x86_64*|i?86*|arm*|aarch64|powerpc64) + x86_64*|i?86*|arm*|aarch64*|powerpc*) sanitizer_support=yes ;; esac