Changeset 16ed0af for BOOK/temp-system
- Timestamp:
- Nov 30, 2015, 11:38:10 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- 428d8a4
- Parents:
- c06bf34
- git-author:
- Chris Staub <chris@…> (11/30/15 09:17:49)
- git-committer:
- Chris Staub <chris@…> (11/30/15 11:38:10)
- Location:
- BOOK/temp-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/gcc.xml
rc06bf34 r16ed0af 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
rc06bf34 r16ed0af 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.