From b9fe11d578f1a04f43734b216b569fb85e41423b Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 5 Jun 2023 23:35:33 +0800 Subject: [PATCH] cross-ng: Realign backslashes in glibc instructions --- chapter05/glibc.xml | 2 +- chapter08/glibc.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 2cac65e3f..3772ef075 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -91,7 +91,7 @@ cd build --prefix=/usr \ --host=$LFS_TGT \ --build=$(../scripts/config.guess) \ - --enable-kernel=&linux-major-version;.&linux-minor-version; \ + --enable-kernel=&linux-major-version;.&linux-minor-version; \ --with-headers=$LFS/usr/include \ libc_cv_slibdir=/usr/lib diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 768f8e068..42b9dd229 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -76,7 +76,7 @@ cd build ../configure --prefix=/usr \ --disable-werror \ - --enable-kernel=&linux-major-version;.&linux-minor-version; \ + --enable-kernel=&linux-major-version;.&linux-minor-version; \ --enable-stack-protector=strong \ --with-headers=/usr/include \ libc_cv_slibdir=/usr/lib