aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/toolchaintechnotes.xml
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 /chapter05/toolchaintechnotes.xml
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 'chapter05/toolchaintechnotes.xml')
-rw-r--r--chapter05/toolchaintechnotes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml
index 9e582e345..1e7086aaf 100644
--- a/chapter05/toolchaintechnotes.xml
+++ b/chapter05/toolchaintechnotes.xml
@@ -227,7 +227,7 @@
this is the only compiler available for building the C/C++ libraries
during stage 2! Of course, the compiler built during stage 2, cc-lfs,
would be able to build those libraries, but (1) the build system of
- gcc does not know that it is usable on pc, and (2) using it on pc
+ GCC does not know that it is usable on pc, and (2) using it on pc
would be at risk of linking to the pc libraries, since cc-lfs is a native
compiler. So we have to build libstdc++ later, in chroot.</para>