update package versions

This commit is contained in:
2026-03-20 11:41:05 +01:00
parent 6b2c4981ce
commit 3cbe1e1f74
12 changed files with 90 additions and 46 deletions

View File

@@ -5,7 +5,7 @@
# Purpose: Rebuild binutils with the temporary toolchain. This produces
# binutils that runs on the target and generates code for the target.
# Pass 1 ran on the host; Pass 2 runs on the target (via cross-compiler).
# Inputs: ${LFS}/sources/binutils-2.46.tar.xz
# Inputs: ${LFS}/sources/binutils-2.46.0.tar.xz
# Outputs: Updated binutils in ${LFS}/usr/
# Assumes: All Chapter 5 + Chapter 6 temp tools (006-020) complete
# Ref: LFS 13.0 §6.17
@@ -15,7 +15,7 @@ set -euo pipefail
source "${LFS}/sources/darkforge-env.sh"
PACKAGE="binutils"
VERSION="2.46"
VERSION="2.46.0"
SRCDIR="${LFS}/sources"
echo "=== Building ${PACKAGE}-${VERSION} (Pass 2) ==="