Changeset 2a10689 in clfs-embedded for BOOK/cross-tools/arm


Ignore:
Timestamp:
Feb 17, 2011, 4:42:04 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
85f704b
Parents:
a20c17d
Message:

GCC-Final archs to include common config options

Updated all GCC-Final archs to include the common config options not
used previously as they were all the same.

File:
1 edited

Legend:

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

    ra20c17d r2a10689  
    4646  --with-abi=${CLFS_ABI}</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.