Prechádzať zdrojové kódy

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

Bruce Dubbs 17 rokov pred
rodič
commit
26b44218d9

+ 4 - 0
chapter01/changelog.xml

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

+ 1 - 1
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>

+ 1 - 2
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