From 4cb5a1b2d4e8140f331bb5fa1bb2136db9c4bd54 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sat, 25 Mar 2023 22:45:04 +0000 Subject: 2023-01-28-rap-prefix-sysroot: Add step to update binutils Signed-off-by: James Le Cuirot --- .../2023-01-28-rap-prefix-sysroot.en.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/2023-01-28-rap-prefix-sysroot/2023-01-28-rap-prefix-sysroot.en.txt b/2023-01-28-rap-prefix-sysroot/2023-01-28-rap-prefix-sysroot.en.txt index da1f59b..9c6f3d4 100644 --- a/2023-01-28-rap-prefix-sysroot/2023-01-28-rap-prefix-sysroot.en.txt +++ b/2023-01-28-rap-prefix-sysroot/2023-01-28-rap-prefix-sysroot.en.txt @@ -1,7 +1,7 @@ Title: Breaking changes to the RAP Prefix toolchain Author: James Le Cuirot Posted: 2023-01-28 -Revision: 2 +Revision: 3 News-Item-Format: 2.0 Display-If-Profile: default/linux/amd64/17.0/no-multilib/prefix/* Display-If-Profile: default/linux/amd64/17.1/no-multilib/prefix/* @@ -53,12 +53,15 @@ your toolchain will break when you next update your compiler or glibc. 3. Update or rebuild sys-libs/glibc. - 4. Run the following to remove the symlink: + 4. Update sys-devel/binutils to at least 2.40-r2. This package is slotted, so + ensure at least this version is selected with binutils-config. + + 5. Run the following to remove the symlink: EPREFIX=$(portageq envvar EPREFIX) rm "${EPREFIX}${EPREFIX}" - 5. If dev-libs/libbsd is installed, then update it to 0.11.7-r2 or later. + 6. If dev-libs/libbsd is installed, then update it to 0.11.7-r2 or later. If you are reading this having updated glibc first and you are no longer able to build anything, then don't panic. Simply execute the lines below and then carry -- cgit v1.2.3-65-gdbad