diff --git a/BOOK/chapter01/changelog.xml b/BOOK/chapter01/changelog.xml
index beaf755..6e18103 100644
a
|
b
|
|
37 | 37 | --> |
38 | 38 | |
39 | 39 | <listitem> |
| 40 | <para>2007-08-04</para> |
| 41 | <itemizedlist> |
| 42 | <listitem> |
| 43 | <para>[dnicholson] - Added the <parameter>--disable-werror</parameter> |
| 44 | parameter to Binutils Pass 1.</para> |
| 45 | </listitem> |
| 46 | </itemizedlist> |
| 47 | </listitem> |
| 48 | |
| 49 | <listitem> |
40 | 50 | <para>2007-07-31</para> |
41 | 51 | <itemizedlist> |
42 | 52 | <listitem> |
diff --git a/BOOK/chapter05/binutils-pass1.xml b/BOOK/chapter05/binutils-pass1.xml
index 4a4565e..2c3615f 100644
a
|
b
|
cd ../binutils-build</userinput></screen>
|
60 | 60 | <para>Now prepare Binutils for compilation:</para> |
61 | 61 | |
62 | 62 | <screen><userinput>CC="gcc -B/usr/bin/" ../binutils-&binutils-version;/configure \ |
63 | | --prefix=/tools --disable-nls</userinput></screen> |
| 63 | --prefix=/tools --disable-nls --disable-werror</userinput></screen> |
64 | 64 | |
65 | 65 | <variablelist> |
66 | 66 | <title>The meaning of the configure options:</title> |
… |
… |
cd ../binutils-build</userinput></screen>
|
93 | 93 | </listitem> |
94 | 94 | </varlistentry> |
95 | 95 | |
| 96 | <varlistentry> |
| 97 | <term><parameter>--disable-werror</parameter></term> |
| 98 | <listitem> |
| 99 | <para>This prevents the build from stopping in the event that there |
| 100 | are warnings from the host's compiler.</para> |
| 101 | </listitem> |
| 102 | </varlistentry> |
| 103 | |
96 | 104 | </variablelist> |
97 | 105 | |
98 | 106 | <para>Continue with compiling the package:</para> |
diff --git a/BOOK/general.ent b/BOOK/general.ent
index a214f0a..92a178b 100644
a
|
b
|
|
1 | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
2 | | <!ENTITY version "SVN-20070731"> |
3 | | <!ENTITY releasedate "July 31, 2007"> |
| 2 | <!ENTITY version "SVN-20070804"> |
| 3 | <!ENTITY releasedate "August 4, 2007"> |
4 | 4 | <!ENTITY milestone "7.0"> |
5 | 5 | <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |
6 | 6 | |