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/arch/riscv/rv32imac/ilp32d/, profiles/arch/riscv/rv32imac/
Date: Fri, 11 Sep 2020 20:52:12
Message-Id: 1599857495.29e0f764eb187f3350f3d8039a1ed88debac3485.dilfridge@gentoo
1 commit: 29e0f764eb187f3350f3d8039a1ed88debac3485
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 11 20:51:35 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 11 20:51:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e0f764
7
8 profiles: Fix typos in rv32 profile comments
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 profiles/arch/riscv/rv32imac/ilp32d/make.defaults | 2 +-
13 profiles/arch/riscv/rv32imac/make.defaults | 6 +++---
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/profiles/arch/riscv/rv32imac/ilp32d/make.defaults b/profiles/arch/riscv/rv32imac/ilp32d/make.defaults
17 index 3354876fcc8..bd66a518eab 100644
18 --- a/profiles/arch/riscv/rv32imac/ilp32d/make.defaults
19 +++ b/profiles/arch/riscv/rv32imac/ilp32d/make.defaults
20 @@ -1,7 +1,7 @@
21 # Copyright 2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -# RISC-V rv64gc/lp64d no-multilib profile
25 +# RISC-V rv32imac/ilp32d no-multilib profile
26
27 CFLAGS="-O2 -pipe -march=rv32imacdf -mabi=ilp32d"
28 CXXFLAGS="${CFLAGS}"
29
30 diff --git a/profiles/arch/riscv/rv32imac/make.defaults b/profiles/arch/riscv/rv32imac/make.defaults
31 index 57c09ed8241..e23fe63fb25 100644
32 --- a/profiles/arch/riscv/rv32imac/make.defaults
33 +++ b/profiles/arch/riscv/rv32imac/make.defaults
34 @@ -13,11 +13,11 @@ MULTILIB_ABIS="ilp32d ilp32"
35 DEFAULT_ABI="ilp32d"
36 ABI="ilp32d"
37
38 -# Enable lp64d by default
39 +# Enable ilp32d by default
40 ABI_RISCV="ilp32d"
41
42 -# Unhide the riscv/rv64gc-specific USE_EXPANDs
43 +# Unhide the riscv/riscv-specific USE_EXPANDs
44 USE_EXPAND_HIDDEN="-ABI_RISCV"
45
46 -# Implicitly enable lp64d in ebuilds without multilib support
47 +# Implicitly enable ilp32d in ebuilds without multilib support
48 IUSE_IMPLICIT="abi_riscv_ilp32d"