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/multilib/gcc-final.xml

    rdf0177b r04c3a53  
    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 \
    66   --disable-nls --enable-shared --disable-static \
    67   --enable-languages=c,c++ --enable-__cxa_atexit --enable-c99 \
    68   --enable-long-long --enable-threads=posix --with-mpc=/cross-tools \
    69   --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-cloog=/cross-tools \
    70   --with-isl=/cross-tools --with-system-zlib --enable-checking=release \
    71   --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 \
     66    --disable-nls --enable-shared --disable-static \
     67    --enable-languages=c,c++ --enable-__cxa_atexit --enable-c99 \
     68    --enable-long-long --enable-threads=posix --with-mpc=/cross-tools \
     69    --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-cloog=/cross-tools \
     70    --with-isl=/cross-tools --with-system-zlib --enable-checking=release \
     71    --enable-libstdcxx-time</userinput></screen>
    7272
    7373    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.