diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/createfiles.xml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4ec057186..d847ca95e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2012-02-11</para> <itemizedlist> <listitem> + <para>[matthew] - Create /usr/lib/libstdc++.la early in chapter 6 to + fix an ICA issue. Thanks to Pierre Labastie for the patch.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to GMP-5.0.4. Fixes <ulink url="&lfs-ticket-root;3017">#3017</ulink>.</para> </listitem> diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 00f28e236..663b94b36 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -43,6 +43,7 @@ ln -sv /tools/bin/perl /usr/bin ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib ln -sv /tools/lib/libstdc++.so{,.6} /usr/lib +sed 's/tools/usr/' /tools/lib/libstdc++.la > /usr/lib/libstdc++.la ln -sv bash /bin/sh</userinput></screen> <para>A proper Linux system maintains a list of the mounted file systems in |