Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips64-64/gcc-static.xml

    r9e0069f ra991116  
    2323    <title>Installation of Cross GCC Compiler with Static libgcc
    2424    and no Threads</title>
    25 
    26     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    27     href="../common/gcc-static.xml"
    28     xpointer="xpointer(//*[@os='e'])"/>
    2925
    3026    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    7369
    7470<screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    75     ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    76     --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    77     --with-sysroot=${CLFS} --with-local-prefix=/tools \
    78     --with-native-system-header-dir=/tools/include --disable-nls \
    79     --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    80     --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \
    81     --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
    82     --disable-libmudflap --disable-libssp --disable-libatomic --disable-libitm \
    83     --disable-libsanitizer --disable-libquadmath --disable-threads \
    84     --disable-multilib --disable-target-zlib --with-system-zlib \
    85     --enable-languages=c --enable-checking=release --with-abi=64</userinput></screen>
     71  ../gcc-4.8.2/configure --prefix=/cross-tools \
     72  --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     73  --with-sysroot=${CLFS} --with-local-prefix=/tools \
     74  --with-native-system-header-dir=/tools/include --disable-nls \
     75  --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
     76  --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \
     77  --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
     78  --disable-libmudflap --disable-libssp --disable-threads --disable-multilib \
     79  --disable-libatomic --disable-libitm --disable-libsanitizer \
     80  --disable-libquadmath --disable-target-libiberty --disable-target-zlib \
     81  --with-system-zlib --enable-cloog-backend=isl --disable-isl-version-check \
     82  --enable-languages=c --enable-checking=release --with-abi=64</userinput></screen>
    8683
    8784    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    109106    xpointer="xpointer(//*[@os='ar'])"/>
    110107
    111     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    112     href="../common/gcc-static.xml"
    113     xpointer="xpointer(//*[@os='as'])"/>
    114 
    115     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    116     href="../common/gcc-static.xml"
    117     xpointer="xpointer(//*[@os='at'])"/>
    118 
    119108  </sect2>
    120109
Note: See TracChangeset for help on using the changeset viewer.