From 26b44218d944fffd8f898ac189f0d43f315efb48 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 15 Oct 2008 21:32:49 +0000 Subject: 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 --- chapter01/changelog.xml | 4 ++++ chapter05/gcc-pass1.xml | 2 +- prologue/hostreqs.xml | 3 +-- 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 @@ -40,6 +40,10 @@ 2008-10-15 + + [bdubbs] - Added --disable-libssp to glibc Pass 1 in Chapter 5 + to eliminate a build failure on some systems. + [dj] - Updated to udev-config-20081015. 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 Prepare GCC for compilation: 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 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. To see whether your host system has all the appropriate versions, and - ability to compile programs, run - the following: + the ability to compile programs, run the following: cat > version-check.sh << "EOF" #!/bin/bash -- cgit v1.2.3-54-g00ecf