diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-08-19 15:31:33 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-08-19 15:31:33 +0000 |
commit | c0c616a439608a25003e82a53822c9aa5f78efbc (patch) | |
tree | 4dd8ba46584b38043e032ae636b5785399aa9052 /part3intro | |
parent | fe4f1ad5999200f60945c5f824c7984fd08d4a0a (diff) |
fix some typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'part3intro')
-rw-r--r-- | part3intro/toolchaintechnotes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/part3intro/toolchaintechnotes.xml b/part3intro/toolchaintechnotes.xml index 42dc19ac2..56dd303ae 100644 --- a/part3intro/toolchaintechnotes.xml +++ b/part3intro/toolchaintechnotes.xml @@ -322,7 +322,7 @@ checking what linker to use... /mnt/lfs/tools/i686-lfs-linux-gnu/bin/ld</compute configure script, <envar>CC_FOR_TARGET</envar> ends up as <command>cc</command> when the host is the same as the target, but is different from the build system. This is why - <parameter>CC_FOR_TARGET=$LFS_TGT-gcc</parameter> is put explicitely into + <parameter>CC_FOR_TARGET=$LFS_TGT-gcc</parameter> is put explicitly into the configure options.</para> <para>Upon entering the chroot environment in <xref |