git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11251 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2017-05-14 05:29:23 +00:00
parent 0967c907bc
commit 26a1b335e7
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>[dj] - Introduce -isystem to use the final system location of <para>[dj] - Introduce -isystem to use the final system location of
gcc's internel headers in the GlibC build.</para> gcc's internal headers in the Glibc build.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>[ken] - Update some library versions in Stripping Again, partly <para>[ken] - Update some library versions in Stripping Again, partly

View File

@ -169,7 +169,7 @@ ln -sv bash /bin/sh</userinput></screen>
<varlistentry revision="systemd"> <varlistentry revision="systemd">
<term><parameter><filename>/usr/lib/lib{blkid,lzma,mount,uuid}.{a,la,so*}</filename></parameter></term> <term><parameter><filename>/usr/lib/lib{blkid,lzma,mount,uuid}.{a,la,so*}</filename></parameter></term>
<listitem> <listitem>
<para>These links prevent systemd utilities from being acquiring an <para>These links prevent systemd utilities from acquiring an
unnecessary reference to the unnecessary reference to the
<filename class="directory">/tools</filename> directory.</para> <filename class="directory">/tools</filename> directory.</para>
</listitem> </listitem>

View File

@ -100,7 +100,7 @@ unset GCC_INCDIR</userinput></screen>
<term><parameter>CC="gcc -isystem $GCC_INCDIR -isystem /usr/include"</parameter></term> <term><parameter>CC="gcc -isystem $GCC_INCDIR -isystem /usr/include"</parameter></term>
<listitem> <listitem>
<para>Setting the location of both gcc and system include directories <para>Setting the location of both gcc and system include directories
avoids introduction of invalid paths in debuging symbols.</para> avoids introduction of invalid paths in debugging symbols.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>