From f6193295a4cc0d0f627c2e17703b32fd6beb286c Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Mon, 23 Nov 2020 17:06:24 +0000 Subject: [PATCH] Remove zlib from chap6, not needed there. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12063 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chapter06.xml | 2 +- chapter06/gcc-pass2.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 11bc5d499..68e07170c 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -22,7 +22,7 @@ - + diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml index 25f2c25e3..d5323cbab 100644 --- a/chapter06/gcc-pass2.xml +++ b/chapter06/gcc-pass2.xml @@ -128,8 +128,7 @@ ln -s ../../../libgcc/gthr-posix.h $LFS_TGT/libgcc/gthr-default.h + --enable-languages=c,c++ The meaning of the new configure options: