Skip to content

Commit 1cd91d0

Browse files
committed
Change also RISCV32 constant to keep it consistent with RISCV64 one.
1 parent 2a6c25f commit 1cd91d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/systemtools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
AARCH64 = 'AArch64'
108108
POWER = 'POWER'
109109
X86_64 = 'x86_64'
110-
RISCV32 = 'RISC-V-32'
110+
RISCV32 = 'RISCV32'
111111
RISCV64 = 'RISCV64'
112112

113113
# known values for ARCH constant (determined by _get_arch_constant in easybuild.framework.easyconfig.constants)

0 commit comments

Comments
 (0)