Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/
Date: Thu, 22 Apr 2021 15:07:11
Message-Id: 1619104010.ed6b29967040f1199814e4ee7fcb923c401b6e59.mgorny@gentoo
1 commit: ed6b29967040f1199814e4ee7fcb923c401b6e59
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 22 12:49:15 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 22 15:06:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6b2996
7
8 profiles/desc: Add M68k to LLVM_TARGETS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/desc/llvm_targets.desc | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/profiles/desc/llvm_targets.desc b/profiles/desc/llvm_targets.desc
16 index 8356a09cf6b..fd9a4f60ff8 100644
17 --- a/profiles/desc/llvm_targets.desc
18 +++ b/profiles/desc/llvm_targets.desc
19 @@ -10,6 +10,7 @@ BPF - Berkeley Packet Filter target
20 CSKY - C-SKY CPU target [EXPERIMENTAL]
21 Hexagon - Qualcomm Hexagon DSP target
22 Lanai - Lanai CPU target
23 +M68k - Motorola 68000 target [EXPERIMENTAL]
24 Mips - MIPS CPU target (includes MIPS64)
25 MSP430 - MSP430 CPU target (experimental)
26 NVPTX - NVIDIA PTX (GPU) target (32-bit and 64-bit)