Added --disable-libssp to glibc Pass 1 in Chapter 5

to eliminate a build failure on some systems.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8665 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2008-10-15 21:32:49 +00:00
parent 649b4eeda2
commit 26b44218d9
3 changed files with 6 additions and 3 deletions

View File

@ -40,6 +40,10 @@
<listitem>
<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>

View File

@ -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>

View File

@ -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