From bd5b888ad374c5cf1a3b4a1fd82ee8d34765444f Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 27 Apr 2023 10:01:17 -0500 Subject: Create new branch for gcc13 --- chapter06/coreutils.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chapter06') diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 33f53ec1e..207e05dc5 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -43,6 +43,8 @@ Installation of Coreutils +export gl_cv_macro_MB_CUR_MAX_good=y + Prepare Coreutils for compilation: ./configure --prefix=/usr \ -- cgit v1.2.3-54-g00ecf From a28bb20e6273fea7d1747b6d32ee12ce7ce32922 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 27 Apr 2023 10:19:31 -0500 Subject: Alternate fix for Ch6 coreutils. --- chapter06/coreutils.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 207e05dc5..bbea2f1c4 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -43,15 +43,17 @@ Installation of Coreutils + Prepare Coreutils for compilation: ./configure --prefix=/usr \ --host=$LFS_TGT \ --build=$(build-aux/config.guess) \ --enable-install-program=hostname \ - --enable-no-install-program=kill,uptime + --enable-no-install-program=kill,uptime \ + gl_cv_macro_MB_CUR_MAX_good=y The meaning of the configure options: -- cgit v1.2.3-54-g00ecf From 0eb98bde5fc8cdcaaf1143a5c57c4e6e2b784e51 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 7 May 2023 10:56:05 +0800 Subject: coreutils: Explain gl_cv_macro_MB_CUR_MAX_good=yes --- chapter06/coreutils.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'chapter06') diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index bbea2f1c4..d3afe3918 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -66,6 +66,14 @@ Perl test suite. + + + gl_cv_macro_MB_CUR_MAX_good=y + + This is needed to work around an issue in the gnulib copy + shipped by the package which would break cross compilation. + + Compile the package: -- cgit v1.2.3-54-g00ecf