Ignore:
Timestamp:
May 6, 2014, 11:34:45 AM (10 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/common/gcc-static.xml

    rdf0177b r04c3a53  
    6262
    6363<screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    64   ../gcc-&gcc-version;/configure --prefix=/cross-tools \
    65   --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    66   --with-sysroot=${CLFS} --with-local-prefix=/tools \
    67   --with-native-system-header-dir=/tools/include --disable-nls \
    68   --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    69   --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \
    70   --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
    71   --disable-libmudflap --disable-libssp --disable-libatomic --disable-libitm \
    72   --disable-libsanitizer --disable-libquadmath --disable-threads \
    73   --disable-multilib --disable-target-zlib --with-system-zlib \
    74   --enable-languages=c --enable-checking=release</userinput></screen>
     64    ../gcc-&gcc-version;/configure --prefix=/cross-tools \
     65    --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     66    --with-sysroot=${CLFS} --with-local-prefix=/tools \
     67    --with-native-system-header-dir=/tools/include --disable-nls \
     68    --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
     69    --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \
     70    --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
     71    --disable-libmudflap --disable-libssp --disable-libatomic --disable-libitm \
     72    --disable-libsanitizer --disable-libquadmath --disable-threads \
     73    --disable-multilib --disable-target-zlib --with-system-zlib \
     74    --enable-languages=c --enable-checking=release</userinput></screen>
    7575
    7676    <variablelist os="am">
Note: See TracChangeset for help on using the changeset viewer.