Ignore:
Timestamp:
Nov 27, 2015, 11:31:57 AM (8 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
b9c4c37
Parents:
8452ed7
Message:

Remove entries for non-existent configure options.

File:
1 edited

Legend:

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

    r8452ed7 r5bf1b587  
    6666    --disable-static --enable-languages=c,c++ --disable-multilib \
    6767    --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    68     --with-isl=/cross-tools --with-system-zlib --disable-bootstrap</userinput></screen>
     68    --with-isl=/cross-tools --with-system-zlib</userinput></screen>
    6969
    7070    <variablelist os="bg">
     
    7575        <listitem>
    7676          <para>This option ensures that only the C and C++ compilers are built.</para>
    77         </listitem>
    78       </varlistentry>
    79 
    80       <varlistentry os="bg2">
    81         <term><parameter>--enable-__cxa_atexit</parameter></term>
    82         <listitem>
    83           <para>This option allows use of __cxa_atexit, rather than atexit,
    84           to register C++ destructors for local statics and global objects
    85           and is essential for fully standards-compliant handling of destructors.
    86           It also affects the C++ ABI and therefore results in C++ shared libraries
    87           and C++ programs that are interoperable with other Linux distributions.</para>
    88         </listitem>
    89       </varlistentry>
    90 
    91       <varlistentry os="bg3">
    92         <term><parameter>--enable-threads=posix</parameter></term>
    93         <listitem>
    94           <para>This enables C++ exception handling for multi-threaded code.</para>
    95         </listitem>
    96       </varlistentry>
    97 
    98       <varlistentry os="bg4">
    99         <term><parameter>--enable-libstdcxx-time</parameter></term>
    100         <listitem>
    101           <para>This enables link-time checks for the availability of
    102           clock_gettime clocks, and nanosleep and sched_yield functions, in the
    103           C library.</para>
    10477        </listitem>
    10578      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.