aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2023-04-27 10:01:17 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2023-04-27 10:01:17 -0500
commitbd5b888ad374c5cf1a3b4a1fd82ee8d34765444f (patch)
tree1b2068a7f33fa3fb0660d58b9048906245f39926 /chapter05
parent5a98711aa4b832a8f4ab38d648f1d807a1f34bca (diff)
Create new branch for gcc13
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gcc-pass1.xml2
-rw-r--r--chapter05/glibc.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 82efcd617..8ca2e92b5 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -218,7 +218,7 @@ cd build</userinput></screen>
<screen><userinput remap="install">cd ..
cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \
- `dirname $($LFS_TGT-gcc -print-libgcc-file-name)`/install-tools/include/limits.h</userinput></screen>
+ `dirname $($LFS_TGT-gcc -print-libgcc-file-name)`/include/limits.h</userinput></screen>
</sect2>
<sect2 role="content">
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">