Changeset 2143fce


Ignore:
Timestamp:
Dec 2, 2006, 11:36:06 AM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a2e6cdb
Parents:
8bfba08
Message:

Correct a path in the glibc-headers.

File:
1 edited

Legend:

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

    r8bfba08 r2143fce  
    6363   --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    6464   --disable-sanity-checks --enable-kernel=2.6.0 \
    65    --with-headers=/tools/include --cache-file=config.cache \
    66    --with-binutils=/cross-tools/${CLFS_TARGET}/bin</userinput></screen>
     65   --with-headers=${CLFS}/tools/include --cache-file=config.cache \
     66   --with-binutils=${CLFS}/cross-tools/${CLFS_TARGET}/bin</userinput></screen>
    6767
    6868    <note os="e1">
     
    122122       
    123123       <varlistentry os="ca7">
    124            <term><parameter>--with-headers=/tools/include</parameter></term>
     124           <term><parameter>--with-headers=${CLFS}/tools/include</parameter></term>
    125125           <listitem>
    126126              <para>This tells Glibc to compile itself against the headers
    127               recently installed to the <filename class="directory">/tools</filename>
     127              recently installed to the <filename class="directory">${CLFS}/tools</filename>
    128128              directory, so that it knows exactly what features the kernel has
    129129              and can optimize itself accordingly.</para>
     
    132132       
    133133       <varlistentry os="ca8">
    134            <term><parameter>--with-binutils=/cross-tools/${CLFS_TARGET}/bin</parameter></term>
     134           <term><parameter>--with-binutils=${CLFS}/cross-tools/${CLFS_TARGET}/bin</parameter></term>
    135135           <listitem>
    136136              <para>This tells Glibc to use the Binutils for our specific target architecture.</para>
Note: See TracChangeset for help on using the changeset viewer.