aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter05/gcc-pass1.xml2
-rw-r--r--prologue/hostreqs.xml3
3 files changed, 6 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 60ee252ab..9e6b99db2 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,10 @@
<para>2008-10-15</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Added --disable-libssp to glibc Pass 1 in Chapter 5
+ to eliminate a build failure on some systems.</para>
+ </listitem>
+ <listitem>
<para>[dj] - Updated to udev-config-20081015.</para>
</listitem>
<listitem>
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 8be69fb60..aa9140192 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -61,7 +61,7 @@ cd ../gcc-build</userinput></screen>
<para>Prepare GCC for compilation:</para>
<screen><userinput remap="configure">CC="gcc -B/usr/bin/" ../gcc-&gcc-version;/configure --prefix=/tools \
- --with-local-prefix=/tools --disable-nls --disable-shared \
+ --with-local-prefix=/tools --disable-nls --disable-shared --disable-libssp \
--enable-languages=c</userinput></screen>
<variablelist>
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml
index 190c6fdcd..826b1d675 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -136,8 +136,7 @@
packages.</para>
<para>To see whether your host system has all the appropriate versions, and
- ability to compile programs, run
- the following:</para>
+ the ability to compile programs, run the following:</para>
<screen role="nodump"><userinput>cat &gt; version-check.sh &lt;&lt; "EOF"
<literal>#!/bin/bash