Ignore:
Timestamp:
May 6, 2014, 11:34:45 AM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0131d1b
Parents:
df0177b
Message:

Use more consistent indentation

File:
1 edited

Legend:

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

    rdf0177b r04c3a53  
    6969
    7070<screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    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-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-libatomic --disable-libitm \
    79   --disable-libsanitizer --disable-libquadmath --disable-threads \
    80   --disable-multilib --disable-target-zlib --with-system-zlib \
    81   --enable-languages=c --enable-checking=release --with-abi=64</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-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-libatomic --disable-libitm \
     79    --disable-libsanitizer --disable-libquadmath --disable-threads \
     80    --disable-multilib --disable-target-zlib --with-system-zlib \
     81    --enable-languages=c --enable-checking=release --with-abi=64</userinput></screen>
    8282
    8383    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.