Ignore:
Timestamp:
Dec 7, 2006, 11:23:24 PM (17 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/cross-tools/multilib
Files:
3 edited

Legend:

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

    r8473983 rbc2e3fa  
    6363    xpointer="xpointer(//*[@os='i'])"/>
    6464
    65 <screen os="bc"><userinput>../binutils-&binutils-version;/configure \
    66     --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} --host=${CLFS_HOST} \
    67     --target=${CLFS_TARGET} --disable-nls --enable-shared \
    68     --enable-64-bit-bfd --with-lib-path=${CLFS}/tools/lib</userinput></screen>
     65<screen os="bc"><userinput>../binutils-&binutils-version;/configure --prefix=/cross-tools \
     66   --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-lib-path=/tools/lib \
     67   --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
    6968
    7069    <variablelist os="bd">
  • BOOK/cross-tools/multilib/glibc-64bit.xml

    r8473983 rbc2e3fa  
    6767    xpointer="xpointer(//*[@os='de'])"/>
    6868
    69     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    70     href="glibc.xml"
    71     xpointer="xpointer(//*[@os='n1'])"/>
    72 
    73     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    74     href="glibc.xml"
    75     xpointer="xpointer(//*[@os='n2'])"/>
    76 
    77     <para os="n3">Tell Glibc to install its 64-bit libraries into <filename
     69    <para os="n1">Tell Glibc to install its 64-bit libraries into <filename
    7870    class="directory">/tools/lib64</filename>:</para>
    7971
    80 <screen os="n4"><userinput>echo "slibdir=/tools/lib64" &gt;&gt; configparms</userinput></screen>
     72<screen os="n2"><userinput>echo "slibdir=/tools/lib64" &gt;&gt; configparms</userinput></screen>
    8173
    8274    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    9082    --disable-profile --enable-add-ons \
    9183    --with-tls --enable-kernel=2.6.0 --with-__thread \
    92     --with-binutils=${CLFS}/cross-tools/bin --with-headers=${CLFS}/tools/include \
     84    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    9385    --cache-file=config.cache</userinput></screen>
    9486
  • BOOK/cross-tools/multilib/glibc.xml

    r8473983 rbc2e3fa  
    6969    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    7070    href="../common/glibc.xml"
    71     xpointer="xpointer(//*[@os='n1'])"/>
    72 
    73     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    74     href="../common/glibc.xml"
    75     xpointer="xpointer(//*[@os='n2'])"/>
    76 
    77     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    78     href="../common/glibc.xml"
    7971    xpointer="xpointer(//*[@os='g'])"/>
    8072
     
    8577    --disable-profile --enable-add-ons \
    8678    --with-tls --enable-kernel=2.6.0 --with-__thread \
    87     --with-binutils=${CLFS}/cross-tools/bin \
    88     --with-headers=${CLFS}/tools/include \
     79    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    8980    --cache-file=config.cache</userinput></screen>
    9081
Note: See TracChangeset for help on using the changeset viewer.