diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-01 11:57:18 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-01 11:57:18 +0000 |
commit | a7732307f1f42c37f18c1f858c7c7077380c4064 (patch) | |
tree | c8e395e9baa3ddaf1b9e6b57846ffa741a008eb2 /chapter05/gcc-pass2.xml | |
parent | 9aad6f7ee1598841e7a3df8be34e02252aa549da (diff) |
Merged two commits from trunk.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 85cc1aff9..1dce58834 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -44,7 +44,7 @@ <title>Installation of GCC</title> <para>Our first build of GCC has installed a couple of internal system - headers. Normally one of them, <filename>limits.h</filename> will in turn + headers. Normally one of them, <filename>limits.h</filename>, will in turn include the corresponding system <filename>limits.h</filename> header, in this case, <filename>/tools/include/limits.h</filename>. However, at the time of the first build of gcc <filename>/tools/include/limits.h</filename> |