Ignore:
Timestamp:
Dec 8, 2006, 7:23:24 AM (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/cross-tools/alpha
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/alpha/gcc-static.xml

    r8473983 rbc2e3fa  
    7676    xpointer="xpointer(//*[@os='h'])"/>
    7777
    78 <screen><userinput>../gcc-&gcc-version;/configure --prefix=${CLFS}/cross-tools --with-sysroot=${CLFS} \
     78<screen><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    7979    --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    8080    --with-local-prefix=/tools --disable-nls --disable-shared \
  • BOOK/cross-tools/alpha/glibc-headers.xml

    r8473983 rbc2e3fa  
    4949
    5050    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../common/glibc.xml"
    52     xpointer="xpointer(//*[@os='n1'])"/>
    53 
    54     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    55     href="../common/glibc.xml"
    56     xpointer="xpointer(//*[@os='n2'])"/>
    57 
    58     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5951    href="../../final-system/common/glibc.xml"
    6052    xpointer="xpointer(//*[@os='g'])"/>
     
    6355   --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    6456   --disable-sanity-checks --enable-kernel=2.6.0 \
    65    --with-headers=${CLFS}/tools/include --cache-file=config.cache \
    66    --with-binutils=${CLFS}/cross-tools/${CLFS_TARGET}/bin</userinput></screen>
     57   --with-headers=/tools/include --cache-file=config.cache \
     58   --with-binutils=/cross-tools/${CLFS_TARGET}/bin</userinput></screen>
    6759
    6860    <note os="e1">
     
    122114       
    123115       <varlistentry os="ca7">
    124            <term><parameter>--with-headers=${CLFS}/tools/include</parameter></term>
     116           <term><parameter>--with-headers=/tools/include</parameter></term>
    125117           <listitem>
    126118              <para>This tells Glibc to compile itself against the headers
    127               recently installed to the <filename class="directory">${CLFS}/tools</filename>
     119              recently installed to the <filename class="directory">/tools</filename>
    128120              directory, so that it knows exactly what features the kernel has
    129121              and can optimize itself accordingly.</para>
     
    132124       
    133125       <varlistentry os="ca8">
    134            <term><parameter>--with-binutils=${CLFS}/cross-tools/${CLFS_TARGET}/bin</parameter></term>
     126           <term><parameter>--with-binutils=/cross-tools/${CLFS_TARGET}/bin</parameter></term>
    135127           <listitem>
    136128              <para>This tells Glibc to use the Binutils for our specific target architecture.</para>
     
    148140
    149141   <para os="cf">First we will copy a common file over to <filename
    150    class="directory">${CLFS}/tools/include</filename>:</para>
     142   class="directory">/tools/include</filename>:</para>
    151143
    152 <screen os="cg"><userinput>install -dv ${CLFS}/tools/include/bits
    153 cp -v bits/stdio_lim.h ${CLFS}/tools/include/bits</userinput></screen>
     144<screen os="cg"><userinput>install -dv /tools/include/bits
     145cp -v bits/stdio_lim.h /tools/include/bits</userinput></screen>
    154146
    155147   <para os="ch">Now we will create a blank stub file:</para>
    156148
    157 <screen os="ci"><userinput>touch ${CLFS}/tools/include/gnu/stubs.h</userinput></screen>
     149<screen os="ci"><userinput>touch /tools/include/gnu/stubs.h</userinput></screen>
    158150
    159151   <para os="cj">Another header is needed for NPTL:</para>
    160152   
    161 <screen><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h \
    162     ${CLFS}/tools/include/bits/</userinput></screen>
     153<screen><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h /tools/include/bits/</userinput></screen>
    163154
    164155  </sect2>
  • BOOK/cross-tools/alpha/glibc.xml

    r8473983 rbc2e3fa  
    7676
    7777    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    78     href="../common/glibc.xml"
    79     xpointer="xpointer(//*[@os='n1'])"/>
    80 
    81     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    82     href="../common/glibc.xml"
    83     xpointer="xpointer(//*[@os='n2'])"/>
    84 
    85     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    8678    href="../../final-system/common/glibc.xml"
    8779    xpointer="xpointer(//*[@os='g'])"/>
  • BOOK/cross-tools/alpha/linux-headers.xml

    r8473983 rbc2e3fa  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen><userinput>install -dv ${CLFS}/tools/include
    30 cp -av include/asm-alpha ${CLFS}/tools/include/asm
    31 cp -av include/{asm-generic,linux} ${CLFS}/tools/include/</userinput></screen>
     29<screen><userinput>install -dv /tools/include
     30cp -av include/asm-alpha /tools/include/asm
     31cp -av include/{asm-generic,linux} /tools/include/</userinput></screen>
    3232
    3333  </sect2>
Note: See TracChangeset for help on using the changeset viewer.