mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
649b4eeda2
commit
26b44218d9
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 > version-check.sh << "EOF"
|
||||
<literal>#!/bin/bash
|
||||
|
Loading…
Reference in New Issue
Block a user