diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-28 01:27:45 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-28 01:27:45 +0000 |
commit | 9c14ec2337affc3680fb07ca6430710d72ea768c (patch) | |
tree | b087561791717d4df268dab3a0517ff759a1c6ae /chapter01/changelog.xml | |
parent | b3c46bf7307f4dc725455b1571505f5a6a4fbb12 (diff) |
Experimental Change - Compile glibc against sanitized headers from linux-libc-headers, rather than raw kernel headers
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4059 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-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 9a2b3ca21..89c6e680d 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) Changed both chapter +5 and chapter 6 glibc to compile against sanitized headers instead of raw +kernel headers - this brings us more in line with what is considered "proper", +and should have minimal affect on the build itself.</para></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 |