Ignore:
Timestamp:
12/07/06 23:23:24 (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
1e184e11
Parents:
8473983
Message:

Reverting of Sysroot Changes

Location:
BOOK/temp-system/multilib
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/multilib/bash.xml

    r8473983 rbc2e3fa  
    4444
    4545<screen os="h"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    46    ./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     46   ./configure --prefix=/tools \
     47   --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4748   --without-bash-malloc --cache-file=config.cache</userinput></screen>
    4849
  • BOOK/temp-system/multilib/choose.xml

    r8473983 rbc2e3fa  
    2323    xpointer="xpointer(//*[@os='c'])"/>
    2424
    25 <screen><userinput>${CLFS}/tools/lib/&glibc-ld-name; ${CLFS}/tools/lib/libc.so.6
    26 ${CLFS}/tools/lib64/&glibc-ld-name; ${CLFS}/tools/lib64/libc.so.6
    27 ${CLFS}/tools/lib64/&glibc-ld-name; --library-path ${CLFS}/tools/lib64 \
    28     ${CLFS}/tools/bin/gcc -v</userinput></screen>
     25<screen ><userinput>/tools/lib/libc.so.6
     26/tools/lib64/libc.so.6
     27/tools/bin/gcc -v</userinput></screen>
    2928
    3029  <para os="d">If any of these commands fail, you will have to follow the boot
    3130  method.</para>
     31
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/gzip.xml

    r8473983 rbc2e3fa  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="ac"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     29<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3030  --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3131
  • BOOK/temp-system/multilib/make.xml

    r8473983 rbc2e3fa  
    4343
    4444    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    45     href="../common/make.xml"
     45    href="../../final-system/common/make.xml"
    4646    xpointer="xpointer(//*[@os='g'])"/>
    4747
  • BOOK/temp-system/multilib/patch.xml

    r8473983 rbc2e3fa  
    2222  <sect2 role="installation">
    2323    <title>Installation of Patch</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../common/patch.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../common/patch.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/zlib.xml

    r8473983 rbc2e3fa  
    2222  <sect2 role="installation">
    2323    <title>Installation of Zlib</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../common/zlib.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../common/zlib.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.