aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2006-01-30 06:50:11 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2006-01-30 06:50:11 +0000
commit62d3362b8de4cceb37f1e6ed65323d5561723fef (patch)
treec54b462c28f2e0776a14133d4e9250578661c3e0 /chapter01
parentb87ea8726bbd62d4fde5a39a596d26f959d0ef59 (diff)
Adjust binutils-pass1 so we don't need to hang on to its source directories.
Also use 'gcc -dumpmachine' instead of the MACHTYPE var. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7316 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index e7c05bb18..d9f12bb3a 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,14 +37,24 @@
-->
<listitem>
+ <para>January 30, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jhuntwork] - Adjust binutils-pass1 so we don't need to hang on to its
+ source directories. Also use 'gcc -dumpmachine' instead of the MACHTYPE var.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>January 29, 2006</para>
<itemizedlist>
<listitem>
- <para>[jhuntwork] - Restore the use of *startfile_prefix_spec.
+ <para>[jhuntwork] - Restore the use of *startfile_prefix_spec.</para>
</listitem>
<listitem>
<para>[jhuntwork] - Remove a spurious -i from the perl command when
- readjusting the toolchain. Thanks Dan Nicholson.
+ readjusting the toolchain. Thanks Dan Nicholson.</para>
</listitem>
</itemizedlist>
</listitem>