diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-04 02:55:49 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-04 02:55:49 +0000 |
commit | 1e66abe82d665e624ee0801a81e73d8fd14b11b3 (patch) | |
tree | 8fc9ba3887ac1962ab17574b87f7dacaf1fd8b54 /chapter01 | |
parent | e4df1fcaf7d8bbbd87c3a55a36a911eb3df7b0dc (diff) |
Chapter 5 - Binutils Pass 1: Add extra LDFLAGS to ensure static rebuild of ld. Add some clarifying notes re package directory removal and POSIX shared memory.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2918 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 367b06f96..298d6fd62 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -95,6 +95,9 @@ </itemizedlist> </para></listitem> +<listitem><para>October 4th, 2003 [greg]: Chapter 5 - Binutils Pass 1: Add +extra LDFLAGS to ensure static rebuild of ld.</para></listitem> + <listitem><para>October 2nd, 2003 [greg]: Chapter 6: Reinstate INSTALL=/tools/bin/install for linker adjustment command due to issues on hosts where a ginstall symlink exists. This renders the "install" symlinks redundant |