diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-12-28 03:52:38 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-12-28 03:52:38 +0000 |
commit | 0d84af1cbb0dc825db3e965d5126e5b08f878067 (patch) | |
tree | 46feb76bec2b74f6ee78baa2ea65ea70ca6a8941 /chapter06/gcc.xml | |
parent | 9fde3e965f7c86afb36186ec44167192a74b0d7a (diff) |
Typos and wording changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11343 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 289885a72..f54ed6c75 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -219,10 +219,13 @@ ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so \ <para>Again, note that the directory named after your target triplet may be different than the above, depending on your architecture.</para> +<!-- This appears to be obsolete + <note><para>As of version 4.3.0, GCC now unconditionally installs the <filename>limits.h</filename> file into the private <filename class="directory">include-fixed</filename> directory, and that directory is required to be in place.</para></note> +--> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="adjusting.xml" |