commit:     29e0f764eb187f3350f3d8039a1ed88debac3485
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 20:51:35 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 20:51:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e0f764

profiles: Fix typos in rv32 profile comments

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 profiles/arch/riscv/rv32imac/ilp32d/make.defaults | 2 +-
 profiles/arch/riscv/rv32imac/make.defaults        | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/riscv/rv32imac/ilp32d/make.defaults 
b/profiles/arch/riscv/rv32imac/ilp32d/make.defaults
index 3354876fcc8..bd66a518eab 100644
--- a/profiles/arch/riscv/rv32imac/ilp32d/make.defaults
+++ b/profiles/arch/riscv/rv32imac/ilp32d/make.defaults
@@ -1,7 +1,7 @@
 # Copyright 2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# RISC-V rv64gc/lp64d no-multilib profile
+# RISC-V rv32imac/ilp32d no-multilib profile
 
 CFLAGS="-O2 -pipe -march=rv32imacdf -mabi=ilp32d"
 CXXFLAGS="${CFLAGS}"

diff --git a/profiles/arch/riscv/rv32imac/make.defaults 
b/profiles/arch/riscv/rv32imac/make.defaults
index 57c09ed8241..e23fe63fb25 100644
--- a/profiles/arch/riscv/rv32imac/make.defaults
+++ b/profiles/arch/riscv/rv32imac/make.defaults
@@ -13,11 +13,11 @@ MULTILIB_ABIS="ilp32d ilp32"
 DEFAULT_ABI="ilp32d"
 ABI="ilp32d"
 
-# Enable lp64d by default
+# Enable ilp32d by default
 ABI_RISCV="ilp32d"
 
-# Unhide the riscv/rv64gc-specific USE_EXPANDs
+# Unhide the riscv/riscv-specific USE_EXPANDs
 USE_EXPAND_HIDDEN="-ABI_RISCV"
 
-# Implicitly enable lp64d in ebuilds without multilib support
+# Implicitly enable ilp32d in ebuilds without multilib support
 IUSE_IMPLICIT="abi_riscv_ilp32d"

Reply via email to