From caf32c82d62adeceec56cf06f74f5c39880fcf88 Mon Sep 17 00:00:00 2001 From: "Thomas Trepl (Moody)" Date: Sun, 17 Apr 2022 22:22:21 +0200 Subject: [PATCH] Fix an old copy error --- chapter05/gcc-pass1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index a122ab702..c99ee4918 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -115,7 +115,7 @@ cd build ../configure \ --target=$LFS_TGT \ --prefix=$LFS/tools \ - --with-glibc-version=2.11 \ + --with-glibc-version=&glibc-version; \ --with-sysroot=$LFS \ --with-newlib \ --without-headers \