Changeset d018b81 for BOOK/temp-system


Ignore:
Timestamp:
Jul 28, 2007, 7:43:26 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5ec7618f
Parents:
c304f4c
Message:

Several fixes for PDF look.

Location:
BOOK/temp-system
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/introduction.xml

    rc304f4c rd018b81  
    3737  messages like the one below. It is safe to ignore these messages.</para>
    3838
    39 <blockquote><screen><computeroutput>configure: WARNING: If you wanted to set the --build type, don't use --host.
    40     If a cross compiler is detected then cross compile mode will be used.</computeroutput></screen></blockquote>
     39<screen><computeroutput>configure: WARNING: If you wanted to set the --build type, don't use --host.
     40    If a cross compiler is detected then cross compile mode will be used.</computeroutput></screen>
    4141
    4242
  • BOOK/temp-system/mips64-64/gcc.xml

    rc304f4c rd018b81  
    9191    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    9292    --with-local-prefix=/tools --enable-long-long --with-abi=64 \
    93     --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \
    94     --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
     93    --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
     94    --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
    9595
    9696    <variablelist>
  • BOOK/temp-system/mips64/gcc.xml

    rc304f4c rd018b81  
    8989<screen os="ck"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    9090    ../gcc-&gcc-version;/configure --prefix=/tools --libdir=/tools/lib64 \
    91     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} --with-abi=64 \
    92     --with-local-prefix=/tools --enable-long-long --enable-c99 \
    93     --enable-shared --enable-threads=posix --enable-__cxa_atexit \
    94     --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
     91    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
     92    --with-abi=64 --with-local-prefix=/tools --enable-long-long \
     93    --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
     94    --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
    9595
    9696    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/ppc64/choose.xml

    rc304f4c rd018b81  
    3131  64-bit Linux 2.6 kernel (with a 64-bit personality):</para>
    3232
    33 <screen><userinput>uname -a | grep '^Linux.*2\.6\..*ppc64' &amp;&amp; echo "ok to chroot" || echo "you must boot"</userinput></screen>
     33<screen><userinput>uname -a | grep '^Linux.*2\.6\..*ppc64' &amp;&amp; \
     34    echo "ok to chroot" || echo "you must boot"</userinput></screen>
    3435
    3536    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/x86_64-64/gcc.xml

    rc304f4c rd018b81  
    9191    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    9292    --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
    93     --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \
    94     --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
     93    --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
     94    --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
    9595
    9696    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.