Changeset 917647cd for BOOK/temp-system/common
- Timestamp:
- Nov 30, 2015, 1:17:49 AM (9 years ago)
- Branches:
- master, systemd
- Children:
- cc9f07c
- Parents:
- be2644f5
- Location:
- BOOK/temp-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/gcc.xml
rbe2644f5 r917647cd 80 80 81 81 <varlistentry os="cl1"> 82 <term><parameter>-- disable-libstdcxx-pch</parameter></term>82 <term><parameter>--enable-install-libiberty</parameter></term> 83 83 <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> 87 88 </listitem> 88 89 </varlistentry> -
BOOK/temp-system/common/ncurses.xml
rbe2644f5 r917647cd 46 46 <listitem> 47 47 <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>55 48 </listitem> 56 49 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.