diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-28 01:17:34 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-28 01:17:34 +0000 |
commit | b3c46bf7307f4dc725455b1571505f5a6a4fbb12 (patch) | |
tree | f33a04ca25d4758fd2f95bbcd4ed0c9a47c23a36 /chapter01 | |
parent | 5e81f0221fd4faddc58f095d61aca5286abe43ae (diff) |
Experimental change - Added -B/usr/bin to compiler flags for GCC Pass 1 - should result in a fix for the problem we encountered with LFS 5.1.1 building an older toolchain from a newer.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4058 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-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 54e26743f..9a2b3ca21 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -89,6 +89,11 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>August 27, 2004 [jeremy]: (Experimental) Added -B/usr/bin flag +to GCC Pass 1 to solve possible problem where the host's toolchain is +actually newer than the one we're building. Change taken from Greg Schafer's +DIY-Linux project</para></listitem> + <listitem><para>August 27, 2004 [jeremy]: Added the readline display wrap patch to chapter 6.</para></listitem> |