diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-15 15:42:46 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-15 15:42:46 +0000 |
commit | 71a091ec179e72dda34808551e722011a4426f1b (patch) | |
tree | 67fa5c292ac49b6bb8e3a401e146cc99cd34c7fb /chapter01 | |
parent | 40cb5bfdbf7bc2a4b9689cf9e8234d537829b2fc (diff) |
Added --disable-nls to pass2 binutils to avoid requirement of gettext.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5983 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a37fe72b9..2cdbe453d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -88,6 +88,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>June 15th, 2005 [archaic]: Added --disable-nls to pass2 binutils +to avoid requirement of gettext.</para></listitem> + <listitem><para>June 14th, 2005 [archaic]: Removed --with-included-regex from chapter6's grep since it is less reliable than glibc's in non-C locales.</para></listitem> |