Ignore:
File:
1 edited

Legend:

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

    r9e0069f rcc858ed  
    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-cloog=/cross-tools --with-mpc=/cross-tools --without-headers \
    81     --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap \
    82     --disable-libssp --disable-libatomic --disable-libitm \
    83     --disable-libsanitizer --disable-libquadmath --disable-threads \
    84     --disable-target-zlib --with-system-zlib --with-isl=/cross-tools \
    85     --enable-languages=c --enable-checking=release</userinput></screen>
     71  ../gcc-&gcc-version;/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-cloog=/cross-tools --with-mpc=/cross-tools --without-headers \
     77  --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap \
     78  --disable-libssp --disable-threads --disable-libatomic --disable-libitm \
     79  --disable-libsanitizer --disable-libquadmath --disable-target-libiberty \
     80  --disable-target-zlib --with-system-zlib --enable-cloog-backend=isl \
     81  --with-isl=/cross-tools --disable-isl-version-check --enable-languages=c \
     82  --enable-checking=release</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.