diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-02-29 21:24:14 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-02-29 21:24:14 +0000 |
commit | 649045ce16a02b6bc979eef55727d1e4afcba967 (patch) | |
tree | d9c0563b1eb9052e97f74b1ea3f6cde558f1c42b | |
parent | 013e94aa3ac2697b257d0dcf2bf67686ddb3b7ec (diff) |
LFS-9.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11762 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/gcc-pass1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 98f91713c..9c2c51dab 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -193,7 +193,7 @@ cd build</userinput></screen> <varlistentry> <term><parameter>--with-native-system-header-dir=/tools/include</parameter></term> <listitem> - <para>By default GCC searches <filename>/usr/include</filename> for + <para>By default, GCC searches <filename>/usr/include</filename> for system headers. In conjunction with the sysroot switch, this would normally translate to <filename>$LFS/usr/include</filename>. However the headers that will be installed in the next two sections will go |