Ignore:
Timestamp:
Nov 27, 2015, 11:32:00 AM (8 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
ccd0ce3
Parents:
b77323d
git-author:
William Harrington <kb0iic@…> (11/27/15 11:31:57)
git-committer:
William Harrington <kb0iic@…> (11/27/15 11:32:00)
Message:

Remove entries for non-existent configure options.

Location:
BOOK/cross-tools/common
Files:
2 edited

Legend:

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

    rb77323d rb8931749  
    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>
  • BOOK/cross-tools/common/gcc-static.xml

    rb77323d rb8931749  
    8181    --disable-libquadmath --disable-libvtv --disable-libcilkrts \
    8282    --disable-libstdc++-v3 --disable-threads --disable-multilib \
    83     --with-system-zlib --enable-languages=c --disable-boostrap \
     83    --with-system-zlib --enable-languages=c \
    8484    --with-glibc-version=&glibc-version;</userinput></screen>
    8585
Note: See TracChangeset for help on using the changeset viewer.