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

File:
1 edited

Legend:

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

    r8473983 rbc2e3fa  
    6161echo "libc_cv_c_cleanup=yes" &gt;&gt; config.cache</userinput></screen>
    6262
    63     <para os="n1">The following line needs to be added to
    64     <filename>configparms</filename> to adjust installation paths.</para>
    65 
    66 <screen os="n2"><userinput>echo "install_root=${CLFS}" &gt; configparms</userinput></screen>
    67 
    6863    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    6964    href="../../final-system/common/glibc.xml"
     
    7671    --disable-profile --enable-add-ons \
    7772    --with-tls --enable-kernel=2.6.0 --with-__thread \
    78     --with-binutils=${CLFS}/cross-tools/bin \
    79     --with-headers=${CLFS}/tools/include \
     73    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    8074    --cache-file=config.cache</userinput></screen>
    8175
     
    147141
    148142      <varlistentry os="dg9">
    149         <term><parameter>--with-binutils=${CLFS}/cross-tools/bin</parameter></term>
     143        <term><parameter>--with-binutils=/cross-tools/bin</parameter></term>
    150144        <listitem>
    151145          <para>This tells Glibc to use the Binutils that are specific to
Note: See TracChangeset for help on using the changeset viewer.