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/temp-system/mips64/gcc.xml

    rdf0177b r04c3a53  
    7272
    7373<screen os="dc"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    74   ../gcc-&gcc-version;/configure --prefix=/tools \
    75   --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    76   --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \
    77   --enable-c99 --enable-shared --enable-threads=posix \
    78   --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \
    79   --disable-libstdcxx-pch --with-abi=64 --with-system-zlib \
    80   --enable-checking=release --enable-libstdcxx-time \
    81   --with-native-system-header-dir=/tools/include</userinput></screen>
     74    ../gcc-&gcc-version;/configure --prefix=/tools \
     75    --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     76    --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \
     77    --enable-c99 --enable-shared --enable-threads=posix \
     78    --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \
     79    --disable-libstdcxx-pch --with-abi=64 --with-system-zlib \
     80    --enable-checking=release --enable-libstdcxx-time \
     81    --with-native-system-header-dir=/tools/include</userinput></screen>
    8282
    8383    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.