diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-31 21:25:42 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-31 21:25:42 +0000 |
commit | 5f28defe66b1c5875e8531502c25d4198642dba7 (patch) | |
tree | e48e2c67d160c7f1ba2198adc46a217327931d3b /chapter05 | |
parent | 4519609261c3f1fba5b0055e16f248704c76b026 (diff) |
Adjust discussion of LFS envronment variable to be before first use.
Use --with-glibc-version=2.11 in gcc-pass1.
Update to dejagnu-1.5.3.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-pass1.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 58a3f770c..20350c128 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -98,12 +98,14 @@ done</userinput></screen> copied files. When used in conjunction with <command>cp -u</command>, this prevents unexpected changes to the original files in case the commands are inadvertently run twice. </para> - +<!-- <para>GCC doesn't detect stack protection correctly, which causes problems for the build of Glibc-&glibc-version;, so fix that by issuing the following command:</para> <screen><userinput remap="pre">sed -i '/k prot/agcc_cv_libc_provides_ssp=yes' gcc/configure</userinput></screen> +--> + <!-- <para>Also fix a problem identified upstream:</para> @@ -120,6 +122,7 @@ cd ../gcc-build</userinput></screen> <screen><userinput remap="configure">../gcc-&gcc-version;/configure \ --target=$LFS_TGT \ --prefix=/tools \ + --with-glibc-version=2.11 \ --with-sysroot=$LFS \ --with-newlib \ --without-headers \ |