diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-09-06 16:36:45 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-09-06 16:36:45 +0000 |
commit | 6709808ad29da2b386e850b411e2f64dbd7b3a59 (patch) | |
tree | d081947ff3ba0babe14c95c057aafea08fb5e54e /metadata/news/2020-09-06-riscv-multilib-going-away | |
parent | Merge updates from master (diff) | |
parent | Add riscv-multilib-going-away news item (diff) | |
download | gentoo-6709808ad29da2b386e850b411e2f64dbd7b3a59.tar.gz gentoo-6709808ad29da2b386e850b411e2f64dbd7b3a59.tar.bz2 gentoo-6709808ad29da2b386e850b411e2f64dbd7b3a59.zip |
Merge commit '28c8d820d4912d5e86d6b64d6ed5ae19dee5ace8' into master
Diffstat (limited to 'metadata/news/2020-09-06-riscv-multilib-going-away')
-rw-r--r-- | metadata/news/2020-09-06-riscv-multilib-going-away/2020-09-06-riscv-multilib-going-away.en.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/metadata/news/2020-09-06-riscv-multilib-going-away/2020-09-06-riscv-multilib-going-away.en.txt b/metadata/news/2020-09-06-riscv-multilib-going-away/2020-09-06-riscv-multilib-going-away.en.txt new file mode 100644 index 000000000000..7f285c864b10 --- /dev/null +++ b/metadata/news/2020-09-06-riscv-multilib-going-away/2020-09-06-riscv-multilib-going-away.en.txt @@ -0,0 +1,21 @@ +Title: riscv multilib profile is going away +Author: Andreas K. Hüttel <dilfridge@gentoo.org> +Posted: 2020-09-06 +Revision: 1 +News-Item-Format: 2.0 +Display-If-Profile: default/linux/riscv/17.0/rv64gc + +The Gentoo RISC-V team is discontinuing the riscv64 multilib stages and +profile. The main reason for this is that with the upcoming introduction +of riscv32 a multilib stage would contain both 32bit and 64bit binaries, +and so far no hardware exists that is able to run both and thus update +the stage or installation (unless you use qemu). + +Please switch to the rv64gc/lp64d profile. This is done by +* selecting default/linux/riscv/17.0/rv64gc/lp64d with eselect profile +* rebuilding gcc + emerge -1 sys-devel/gcc +* and then rebuilding your system + emerge -ev @world + +The default/linux/riscv/17.0/rv64gc profile will stop functioning soon. |