aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-04-20 12:50:49 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-04-20 12:50:49 +0000
commitafc6823ff1ba62556cd61011dcda259b7fb99f0b (patch)
treeec221a7fffcd944c241b79d9ddf458a46c06d6b0 /chapter01
parent0b403eb32843989291e6ba83905e38379a12d57a (diff)
Change -isystem to -idirafter in "adjusting". Fix most of #4641.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 1cc5ae937..8d5a3ce9a 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,20 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2020-04-20</para>
+ <itemizedlist>
+ <listitem>
+ <para>[pierre] - Change -isystem to -idirafter in "Adjusting the
+ toolchain". This allows to search g++ private headers before
+ the public ones, which is the normal search order, with the
+ drawback that it includes the headers in /tools if they exist
+ in both /usr and /tools. Fix most of
+ <ulink url="&lfs-ticket-root;4641">#4641</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2020-04-19</para>
<itemizedlist>
<listitem>