Ignore:
Timestamp:
Aug 10, 2014, 9:53:18 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
2004b26
Parents:
9784318
git-author:
Chris Staub <chris@…> (08/10/14 21:53:04)
git-committer:
Chris Staub <chris@…> (08/10/14 21:53:18)
Message:

Removed unneeded GCC configure switches

File:
1 edited

Legend:

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

    r9784318 r1dcf44d  
    6464    --with-sysroot=${CLFS} --with-local-prefix=/tools \
    6565    --with-native-system-header-dir=/tools/include --disable-nls \
    66     --enable-shared --disable-static --enable-languages=c,c++ \
    67     --enable-__cxa_atexit --enable-c99 \
    68     --enable-long-long --enable-threads=posix --disable-multilib \
     66    --disable-static --enable-languages=c,c++ --enable-__cxa_atexit \
     67    --enable-threads=posix --disable-multilib \
    6968    --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    7069    --with-cloog=/cross-tools --with-isl=/cross-tools --with-system-zlib \
     
    9392
    9493      <varlistentry os="bg3">
    95         <term><parameter>--enable-c99</parameter></term>
    96         <listitem>
    97           <para>Enable C99 support for C programs.</para>
    98         </listitem>
    99       </varlistentry>
    100 
    101       <varlistentry os="bg4">
    102         <term><parameter>--enable-long-long</parameter></term>
    103         <listitem>
    104           <para>Enables long long support in the compiler.</para>
    105         </listitem>
    106       </varlistentry>
    107 
    108       <varlistentry os="bg5">
    10994        <term><parameter>--enable-threads=posix</parameter></term>
    11095        <listitem>
     
    11398      </varlistentry>
    11499
    115       <varlistentry os="bg6">
     100      <varlistentry os="bg4">
    116101        <term><parameter>--enable-libstdcxx-time</parameter></term>
    117102        <listitem>
Note: See TracChangeset for help on using the changeset viewer.