Changeset 917647cd for BOOK/temp-system


Ignore:
Timestamp:
Nov 30, 2015, 1:17:49 AM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
cc9f07c
Parents:
be2644f5
Message:

Updated command explanations for several packages

Location:
BOOK/temp-system/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/gcc.xml

    rbe2644f5 r917647cd  
    8080
    8181      <varlistentry os="cl1">
    82         <term><parameter>--disable-libstdcxx-pch</parameter></term>
     82        <term><parameter>--enable-install-libiberty</parameter></term>
    8383        <listitem>
    84           <para>Do not build the pre-compiled header (PCH) for
    85           <filename class="libraryfile">libstdc++</filename>. It takes
    86           up a lot of space, and we have no use for it.</para>
     84          <para>Allows GCC to build and install
     85          <filename class="libraryfile">libiberty.a</filename>
     86          and its associated headers. This library is needed for some packages
     87          to compile.</para>
    8788        </listitem>
    8889      </varlistentry>
  • BOOK/temp-system/common/ncurses.xml

    rbe2644f5 r917647cd  
    4646        <listitem>
    4747          <para>This tells Ncurses to create a shared library.</para>
    48         </listitem>
    49       </varlistentry>
    50 
    51       <varlistentry>
    52         <term><parameter>--without-debug</parameter></term>
    53         <listitem>
    54           <para>This tells Ncurses not to build with debug information.</para>
    5548        </listitem>
    5649      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.