Changeset bcfbe5b in clfs-embedded for BOOK/cross-tools/x86/gcc-final.xml


Ignore:
Timestamp:
Feb 26, 2011, 9:33:02 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
d38764e
Parents:
a94e338 (diff), b54e969 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote branch 'remotes/abradford/master'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/x86/gcc-final.xml

    ra94e338 rbcfbe5b  
    4343  --enable-languages=c --enable-c99 --enable-long-long \
    4444  --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
    45   --with-mpc=${CLFS}/cross-tools --with-arch=${CLFS_CPU} \
    46   --disable-multilib</userinput></screen>
     45  --with-mpc=${CLFS}/cross-tools --disable-multilib \
     46  --with-arch=${CLFS_CPU}</userinput></screen>
    4747
    48     <variablelist os="af">
    49       <title>The meaning of the configure options not used previously:</title>
    50 
    51       <varlistentry os="af1">
    52         <term><parameter>--enable-shared</parameter></term>
    53         <listitem>
    54           <para>Enables the creation of the shared libraries.</para>
    55         </listitem>
    56       </varlistentry>
    57 
    58       <varlistentry os="af2">
    59         <term><parameter>--enable-c99</parameter></term>
    60         <listitem>
    61           <para>Enable C99 support for C programs.</para>
    62         </listitem>
    63       </varlistentry>
    64 
    65       <varlistentry os="af3">
    66         <term><parameter>--enable-long-long</parameter></term>
    67         <listitem>
    68           <para>Enables long long support in the compiler.</para>
    69         </listitem>
    70       </varlistentry>
    71 
    72     </variablelist>
     48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     49    href="../common/gcc-final.xml"
     50    xpointer="xpointer(//*[@os='af'])"/>
    7351
    7452    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.