diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-01 19:25:43 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-01 19:25:43 +0000 |
commit | 4762fcc1f1319875b2c2907422950f74db4b3bf6 (patch) | |
tree | 233e4cb209fd77967e7622a8f3f0887076be9aad | |
parent | 94cb444490d189584869d6a42d442e847b75fb2d (diff) |
create configparms instead of sed'ing config.make during Glibc installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1525 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 189a9c2b6..6136f8ce5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -24,6 +24,11 @@ <itemizedlist> +<listitem><para>February 1st, 2002 [gerard]: Chapter 6 - Glibc: Instead of +sed'ing the <filename>config.make</filename> file, create the +<filename>glibc-build/configparms</filename> file containing +<quote>cross-compiling = no</quote>.</para></listitem> + <listitem><para>January 30th, 2002 [marcheerdink]: Chapters 5: Changed the commands to copy the header files to support versions of cp older than 4.1.</para></listitem> |