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 /chapter05/glibc.xml | |
parent | 5a98711aa4b832a8f4ab38d648f1d807a1f34bca (diff) |
Create new branch for gcc13
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 6b78031bc..66526ba4c 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -222,13 +222,13 @@ readelf -l a.out | grep ld-linux</userinput></screen> package, especially Binutils-pass2 or GCC-pass2, fails to build, it is an indication that something has gone wrong with the preceding Binutils, GCC, or Glibc installations.</para></note> - +<!-- <para>Now that our cross-toolchain is complete, finalize the installation of the limits.h header. To do this, run a utility provided by the GCC developers:</para> <screen><userinput>$LFS/tools/libexec/gcc/$LFS_TGT/&gcc-version;/install-tools/mkheaders</userinput></screen> - +--> </sect2> <sect2 role="content"> |