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 1F9D7138359 for ; Tue, 17 Nov 2020 09:21:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23462E0936; Tue, 17 Nov 2020 09:21:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0DE19E0936 for ; Tue, 17 Nov 2020 09:21:55 +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 03DF2340B35 for ; Tue, 17 Nov 2020 09:21:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4680F456 for ; Tue, 17 Nov 2020 09:21:52 +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: <1605604904.e68fdf36cf15e3a1b127a43aabe08d1d3a002fd6.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: e68fdf36cf15e3a1b127a43aabe08d1d3a002fd6 X-VCS-Branch: master Date: Tue, 17 Nov 2020 09:21:52 +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: c9b2cd24-f767-4c83-a757-826c40c30564 X-Archives-Hash: 16e0a6f9324d2003d19fafbd2a376ebb commit: e68fdf36cf15e3a1b127a43aabe08d1d3a002fd6 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 17 09:20:37 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 17 09:21:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68fdf36 profiles/desc/llvm_targets.desc: Add CSKY Signed-off-by: Michał Górny gentoo.org> profiles/desc/llvm_targets.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/desc/llvm_targets.desc b/profiles/desc/llvm_targets.desc index 196f296b755..8356a09cf6b 100644 --- a/profiles/desc/llvm_targets.desc +++ b/profiles/desc/llvm_targets.desc @@ -7,6 +7,7 @@ ARC - ARC (Argonaut RISC Core) embedded CPU target [EXPERIMENTAL] ARM - ARM CPU target AVR - 8-bit Atmel AVR microcontroller target [EXPERIMENTAL] BPF - Berkeley Packet Filter target +CSKY - C-SKY CPU target [EXPERIMENTAL] Hexagon - Qualcomm Hexagon DSP target Lanai - Lanai CPU target Mips - MIPS CPU target (includes MIPS64)