Changeset 730c110


Ignore:
Timestamp:
Dec 3, 2006, 1:19:27 AM (18 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:
2d152b73
Parents:
c73149f
Message:

Update gcc and binutils in the temp-system for the sysroot build.

Location:
BOOK/temp-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/binutils.xml

    rc73149f r730c110  
    5959    xpointer="xpointer(//*[@os='bh'])"/>
    6060
    61     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    62     href="../../cross-tools/common/binutils.xml"
    63     xpointer="xpointer(//*[@os='bi'])"/>
     61    <screen os="bi"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    6462
    6563  </sect2>
  • BOOK/temp-system/x86/gcc.xml

    rc73149f r730c110  
    6666
    6767<screen os="cg"><userinput>cp -v gcc/Makefile.in{,.orig}
    68 sed -e 's@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g' \
     68sed -e 's@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 ${CLFS}/tools/include@g' \
    6969    gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen>
    7070
     
    111111    <para os="co">Install the package:</para>
    112112
    113 <screen os="cp"><userinput>make install</userinput></screen>
     113<screen os="cp"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    114114
    115115    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    117117    xpointer="xpointer(//*[@os='w'])"/>
    118118
    119 <screen os="cq"><userinput>ln -sv gcc /tools/bin/cc</userinput></screen>
     119<screen os="cq"><userinput>ln -sv gcc ${CLFS}/tools/bin/cc</userinput></screen>
    120120
    121121  </sect2>
Note: See TracChangeset for help on using the changeset viewer.