Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/default/linux/riscv/20.0/rv64gc/lp64d/musl/
Date: Sat, 26 Feb 2022 00:30:32
Message-Id: 1645835417.171ad86bb1ca91d6eb0ce952bc5f4dc093ea3017.dilfridge@gentoo
1 commit: 171ad86bb1ca91d6eb0ce952bc5f4dc093ea3017
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 00:29:46 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 00:30:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171ad86b
7
8 profiles: add experimental riscv64-lp64d musl profile
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 profiles/default/linux/riscv/20.0/rv64gc/lp64d/musl/eapi | 1 +
13 profiles/default/linux/riscv/20.0/rv64gc/lp64d/musl/make.defaults | 8 ++++++++
14 profiles/default/linux/riscv/20.0/rv64gc/lp64d/musl/parent | 2 ++
15 profiles/profiles.desc | 1 +
16 4 files changed, 12 insertions(+)
17
18 diff --git a/profiles/default/linux/riscv/20.0/rv64gc/lp64d/musl/eapi b/profiles/default/linux/riscv/20.0/rv64gc/lp64d/musl/eapi
19 new file mode 100644
20 index 000000000000..7ed6ff82de6b
21 --- /dev/null
22 +++ b/profiles/default/linux/riscv/20.0/rv64gc/lp64d/musl/eapi
23 @@ -0,0 +1 @@
24 +5
25
26 diff --git a/profiles/default/linux/riscv/20.0/rv64gc/lp64d/musl/make.defaults b/profiles/default/linux/riscv/20.0/rv64gc/lp64d/musl/make.defaults
27 new file mode 100644
28 index 000000000000..70d736ecffe8
29 --- /dev/null
30 +++ b/profiles/default/linux/riscv/20.0/rv64gc/lp64d/musl/make.defaults
31 @@ -0,0 +1,8 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +CHOST="riscv64-gentoo-linux-musl"
36 +
37 +CHOST_lp64d="riscv64-gentoo-linux-musl"
38 +
39 +LIBDIR_lp64d="lib"
40
41 diff --git a/profiles/default/linux/riscv/20.0/rv64gc/lp64d/musl/parent b/profiles/default/linux/riscv/20.0/rv64gc/lp64d/musl/parent
42 new file mode 100644
43 index 000000000000..289590637db8
44 --- /dev/null
45 +++ b/profiles/default/linux/riscv/20.0/rv64gc/lp64d/musl/parent
46 @@ -0,0 +1,2 @@
47 +..
48 +../../../../../../../features/musl/
49
50 diff --git a/profiles/profiles.desc b/profiles/profiles.desc
51 index ffa66ee3b7ef..b77f34b1ee13 100644
52 --- a/profiles/profiles.desc
53 +++ b/profiles/profiles.desc
54 @@ -286,6 +286,7 @@ mips default/linux/musl/mips/mipsel exp
55 mips hardened/linux/musl/mips/mipsel exp
56 ppc default/linux/powerpc/ppc32/17.0/musl exp
57 ppc default/linux/powerpc/ppc32/17.0/musl/hardened exp
58 +riscv default/linux/riscv/20.0/rv64gc/lp64d/musl exp
59 x86 default/linux/x86/17.0/musl exp
60 x86 default/linux/x86/17.0/musl/selinux exp