update package versions
This commit is contained in:
@@ -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) ==="
|
||||
|
||||
Reference in New Issue
Block a user