diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-15 21:32:49 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-15 21:32:49 +0000 |
commit | 26b44218d944fffd8f898ac189f0d43f315efb48 (patch) | |
tree | e775c5567b4793f943432eae3371988f3baeebad /chapter05 | |
parent | 649b4eeda21ec73d16a3bf219603956d576e4c82 (diff) |
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
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-pass1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |