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 65D3C138334 for ; Tue, 1 Oct 2019 12:22:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A45AE0885; Tue, 1 Oct 2019 12:22:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 80CCBE0885 for ; Tue, 1 Oct 2019 12:22:38 +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 5F3F534B70F for ; Tue, 1 Oct 2019 12:22:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFA35824 for ; Tue, 1 Oct 2019 12:22:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1569932546.b471f9572be455fdad6563f811a5d6aa047c1bfc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/llvm_targets.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b471f9572be455fdad6563f811a5d6aa047c1bfc X-VCS-Branch: master Date: Tue, 1 Oct 2019 12:22:35 +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: eabc0774-5aed-4b0b-8704-c4dffbefb909 X-Archives-Hash: 6fea6bb60d7257907d64981570166f01 commit: b471f9572be455fdad6563f811a5d6aa047c1bfc Author: Michał Górny gentoo org> AuthorDate: Tue Oct 1 12:10:36 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 1 12:22:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b471f957 profiles/desc/llvm_targets.desc: Remove Nios2 Signed-off-by: Michał Górny gentoo.org> profiles/desc/llvm_targets.desc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/desc/llvm_targets.desc b/profiles/desc/llvm_targets.desc index 1c65ccad350..e83d886dedb 100644 --- a/profiles/desc/llvm_targets.desc +++ b/profiles/desc/llvm_targets.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation. +# Copyright 1999-2019 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 AArch64 - AArch64 CPU target (arm64 in Gentoo) @@ -10,7 +10,6 @@ Hexagon - Qualcomm Hexagon DSP target Lanai - Lanai CPU target Mips - MIPS CPU target (includes MIPS64) MSP430 - MSP430 CPU target (experimental) -Nios2 - Nios2 CPU target [EXPERIMENTAL] NVPTX - NVIDIA PTX (GPU) target (32-bit and 64-bit) PowerPC - PowerPC CPU target (PPC32 and PPC64) RISCV - RISC-V CPU target [EXPERIMENTAL]