aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-06-13 08:55:55 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-06-13 08:55:55 +0000
commit77d2cd8d437a6ba11e13ac0af109a887582e988b (patch)
tree485cafd860184d7a0fd87eedf50bfb3747ba42c7 /chapter06
parentad15abd0c0eee1ed646e1de45a525c61d3508358 (diff)
- fix some gcc->GCC
- remove commented text in glibc (chap 5), and fix a directory location git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gcc-pass2.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml
index 532a8e8b4..c64d6f780 100644
--- a/chapter06/gcc-pass2.xml
+++ b/chapter06/gcc-pass2.xml
@@ -109,7 +109,7 @@ ln -s ../../../libgcc/gthr-posix.h $LFS_TGT/libgcc/gthr-default.h</userinput></s
<term><parameter>-with-build-sysroot=$LFS</parameter></term>
<listitem>
<para>Normally, using <parameter>--host</parameter> ensures that
- a cross-compiler is used for building gcc, and that compiler knows
+ a cross-compiler is used for building GCC, and that compiler knows
that it has to look for headers and libraries in <filename
class="directory">$LFS</filename>. But the build system of GCC uses
other tools, which are not aware of this location. This switch is