diff options
-rw-r--r-- | chapter05/adjusting.xml | 2 | ||||
-rw-r--r-- | chapter05/gcc-pass2.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index 74098b7a3..bb66cda34 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -66,7 +66,7 @@ necessary.</para></important> need to be fixed (they might contain syntax errors, for example), and installs the fixed versions in a private include directory. There is a possibility that, as a result of this process, some header files from the host system have found -their way into GCC's private include dir. As the rest of this chapter only +their way into GCC's private include directory. As the rest of this chapter only requires the headers from GCC and Glibc, which have both been installed at this point, any "fixed" headers can safely be removed. This helps to avoid any host headers polluting the build environment. Run the following commands to diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 904dff8db..998ef3659 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -62,7 +62,7 @@ working.</para> normal circumstances the GCC <command>fixincludes</command> script is run in order to fix potentially broken header files. As GCC-&gcc-version; and Glibc-&glibc-version; have already been installed at this point, and their -respective header files are known not to require fixing, the +respective header files are known to not require fixing, the <command>fixincludes</command> script is not required. As mentioned previously, the script may in fact pollute the build environment by installing fixed headers from the host system into GCC's private include directory. The running of the diff --git a/general.ent b/general.ent index bcf828b48..4e11c8eea 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20051004"> -<!ENTITY releasedate "October 4, 2005"> +<!ENTITY version "SVN-20051005"> +<!ENTITY releasedate "October 5, 2005"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |