diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-08-26 16:52:02 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-08-26 16:52:02 +0000 |
commit | 9d6ddc4efb178c4fd7ea118c499afb0cca82f056 (patch) | |
tree | 609014b12e37848fbf98e8f71f5b3f51d73b4770 /chapter05 | |
parent | d3e008f8922bd0bb6a9374b051a7e403114f20c6 (diff) |
Minor text clarification
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11115 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/toolchaintechnotes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml index 252ea5262..e0ab899eb 100644 --- a/chapter05/toolchaintechnotes.xml +++ b/chapter05/toolchaintechnotes.xml @@ -127,7 +127,7 @@ checking what linker to use... /tools/i686-lfs-linux-gnu/bin/ld</computeroutput> for building Glibc are the compiler, binary tools, and kernel headers. The compiler is generally not an issue since Glibc will always use the compiler relating to the <parameter>--host</parameter> parameter passed to its - configure script, e.g. in our case, + configure script; e.g. in our case, the compiler will be <command>i686-lfs-linux-gnu-gcc</command>. The binary tools and kernel headers can be a bit more complicated. Therefore, take no risks and use the available configure switches to enforce the correct selections. After the run |