diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-04-27 10:01:17 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-04-27 10:01:17 -0500 |
commit | bd5b888ad374c5cf1a3b4a1fd82ee8d34765444f (patch) | |
tree | 1b2068a7f33fa3fb0660d58b9048906245f39926 /chapter08 | |
parent | 5a98711aa4b832a8f4ab38d648f1d807a1f34bca (diff) |
Create new branch for gcc13
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/coreutils.xml | 3 | ||||
-rw-r--r-- | chapter08/gcc.xml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/chapter08/coreutils.xml b/chapter08/coreutils.xml index 7c528d6c4..c72041b3b 100644 --- a/chapter08/coreutils.xml +++ b/chapter08/coreutils.xml @@ -54,11 +54,12 @@ </note> <!-- https://bugs.gnu.org/62403 --> +<!-- <para>Fix a bug in checksum utilities causing failed checks not reported correctly:</para> <screen><userinput remap="pre">sed '/if ( ! match/s/ed_checksums//' -i src/digest.c</userinput></screen> - +--> <para>Now prepare Coreutils for compilation:</para> <screen><userinput remap="configure">autoreconf -fiv diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 4b5c2dd61..546ad6b1a 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -78,6 +78,7 @@ cd build</userinput></screen> --enable-default-ssp \ --disable-multilib \ --disable-bootstrap \ + --disable-fixinclude \ --with-system-zlib</userinput></screen> <para>GCC supports seven different computer languages, but the |