summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-09-11 23:51:35 +0300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-09-11 23:51:35 +0300
commit29e0f764eb187f3350f3d8039a1ed88debac3485 (patch)
treed8ff0edb41e2b8e4bbd7a8c3aeb1e2dc860e0afc
parentsys-libs/db: arm stable (bug #736870) (diff)
downloadgentoo-29e0f764.tar.gz
gentoo-29e0f764.tar.bz2
gentoo-29e0f764.zip
profiles: Fix typos in rv32 profile comments
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--profiles/arch/riscv/rv32imac/ilp32d/make.defaults2
-rw-r--r--profiles/arch/riscv/rv32imac/make.defaults6
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 3354876fcc8a..bd66a518eab8 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 57c09ed82419..e23fe63fb251 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"