Ignore:
File:
1 edited

Legend:

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

    r04c3a53 rcc858ed  
    6060
    6161<screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    62     ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    63     --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    64     --with-sysroot=${CLFS} --with-local-prefix=/tools \
    65     --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 \
    69     --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    70     --with-cloog=/cross-tools --with-isl=/cross-tools --with-system-zlib \
    71     --enable-checking=release --enable-libstdcxx-time</userinput></screen>
     62  ../gcc-&gcc-version;/configure --prefix=/cross-tools \
     63  --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
     64  --with-sysroot=${CLFS} --with-local-prefix=/tools \
     65  --with-native-system-header-dir=/tools/include --disable-nls \
     66  --enable-shared --disable-static --enable-languages=c,c++ \
     67  --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
     68  --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \
     69  --with-gmp=/cross-tools --with-cloog=/cross-tools \
     70  --enable-cloog-backend=isl --with-isl=/cross-tools \
     71  --disable-isl-version-check --with-system-zlib --enable-checking=release \
     72  --enable-libstdcxx-time</userinput></screen>
    7273
    7374    <variablelist os="bg">
     
    113114      </varlistentry>
    114115
    115       <varlistentry os="bg6">
    116         <term><parameter>--enable-libstdcxx-time</parameter></term>
    117         <listitem>
    118           <para>This enables link-time checks for the availability of
    119           clock_gettime clocks, and nanosleep and sched_yield functions, in the
    120           C library.</para>
    121         </listitem>
    122       </varlistentry>
    123 
    124116    </variablelist>
    125117
Note: See TracChangeset for help on using the changeset viewer.