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: Build the cross-assembler and cross-linker (binutils) as the
# first component of the cross-toolchain. This must be built first
# because both GCC and Glibc configure tests depend on it.
# Inputs: ${LFS}/sources/binutils-2.46.tar.xz
# Inputs: ${LFS}/sources/binutils-2.46.0.tar.xz
# Outputs: Cross-binutils installed to ${LFS}/tools/
# Assumes: Running as 'lfs' user, environment sourced from 000-env-setup.sh
# Ref: LFS 13.0 §5.2
@@ -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} (Cross-Toolchain Pass 1) ==="