Skip to content

Commit

Permalink
update comment about CPU families: add RISC-V, remove POWER
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed May 21, 2024
1 parent 02683fb commit 243620e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/minimal_eessi_env
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
export EESSI_OS_TYPE='macos'
fi

# aarch64 (Arm 64-bit), ppc64le (POWER 64-bit), x86_64 (x86 64-bit)
# aarch64 (Arm 64-bit), riscv64 (RISC-V 64-bit), x86_64 (x86 64-bit)
export EESSI_CPU_FAMILY=$(uname -m)

# set $EPREFIX since that is basically a standard in Gentoo Prefix
Expand Down

0 comments on commit 243620e

Please sign in to comment.