Changeset 04c3a53 for BOOK/cross-tools


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

Location:
BOOK/cross-tools
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/binutils-32.xml

    rdf0177b r04c3a53  
    5050
    5151<screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \
    52   --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    53   --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
    54   --disable-static --disable-multilib</userinput></screen>
     52    --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     53    --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
     54    --disable-static --disable-multilib</userinput></screen>
    5555
    5656    <variablelist os="bd">
  • BOOK/cross-tools/common/binutils.xml

    rdf0177b r04c3a53  
    5050
    5151<screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \
    52   --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    53   --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
    54   --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen>
     52    --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     53    --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
     54    --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen>
    5555
    5656    <variablelist os="bd">
  • BOOK/cross-tools/common/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 --disable-nls \
    66   --enable-shared --disable-static --enable-languages=c,c++ \
    67   --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
    68   --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \
    69   --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 --disable-nls \
     66    --enable-shared --disable-static --enable-languages=c,c++ \
     67    --enable-__cxa_atexit --enable-c99 \
     68    --enable-long-long --enable-threads=posix --disable-multilib \
     69    --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools \
     70    --with-cloog=/cross-tools --with-isl=/cross-tools --with-system-zlib \
     71    --enable-checking=release --enable-libstdcxx-time</userinput></screen>
    7272
    7373    <variablelist os="bg">
  • 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">
  • BOOK/cross-tools/common/gmp.xml

    rdf0177b r04c3a53  
    4343
    4444<screen os="b"><userinput>./configure --prefix=/cross-tools --enable-cxx \
    45   --disable-static</userinput></screen>
     45    --disable-static</userinput></screen>
    4646
    4747    <variablelist os="b1">
  • BOOK/cross-tools/mips64-64/gcc-final.xml

    rdf0177b r04c3a53  
    6060
    6161<screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    62   ../gcc-4.8.2/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 --disable-nls \
    66   --enable-shared --disable-static --enable-languages=c,c++ \
    67   --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
    68   --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \
    69   --with-gmp=/cross-tools --with-cloog=/cross-tools \
    70   --with-isl=/cross-tools --with-system-zlib --enable-checking=release \
    71   --enable-libstdcxx-time --with-abi=64</userinput></screen>
     62    ../gcc-4.8.2/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 --disable-nls \
     66    --enable-shared --disable-static --enable-languages=c,c++ \
     67    --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
     68    --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \
     69    --with-gmp=/cross-tools --with-cloog=/cross-tools \
     70    --with-isl=/cross-tools --with-system-zlib --enable-checking=release \
     71    --enable-libstdcxx-time --with-abi=64</userinput></screen>
    7272
    7373    <variablelist os="bg">
  • 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"
  • BOOK/cross-tools/multilib/binutils.xml

    rdf0177b r04c3a53  
    4949
    5050<screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \
    51   --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    52   --with-sysroot=${CLFS} --with-lib-path=/tools/lib:/tools/lib64 \
    53   --disable-nls --disable-static --enable-64-bit-bfd</userinput></screen>
     51    --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     52    --with-sysroot=${CLFS} --with-lib-path=/tools/lib:/tools/lib64 \
     53    --disable-nls --disable-static --enable-64-bit-bfd</userinput></screen>
    5454
    5555    <variablelist os="bd">
  • 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"
  • BOOK/cross-tools/multilib/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-cloog=/cross-tools --with-mpc=/cross-tools --without-headers \
    77   --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap \
    78   --disable-libssp --disable-libatomic --disable-libitm \
    79   --disable-libsanitizer --disable-libquadmath --disable-threads \
    80   --disable-target-zlib --with-system-zlib --with-isl=/cross-tools \
    81   --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-libatomic --disable-libitm \
     79    --disable-libsanitizer --disable-libquadmath --disable-threads \
     80    --disable-target-zlib --with-system-zlib --with-isl=/cross-tools \
     81    --enable-languages=c --enable-checking=release</userinput></screen>
    8282
    8383    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.