Changeset 33bc2cb in clfs-embedded for BOOK/cross-tools/mips/uclibc-headers.xml


Ignore:
Timestamp:
Nov 11, 2006, 8:28:14 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
02ef21b
Parents:
99fc891
Message:

Streamlined, and updates to some MIPS specific checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips/uclibc-headers.xml

    r99fc891 r33bc2cb  
    4747  xpointer="xpointer(//*[@os='f'])"/>
    4848
    49 <screen os="d1"><userinput>cp .config .config.orig
    50 sed -e "/^KERNEL_SOURCE/s:=.*:=\"${CLFS}/usr\":" \
    51     -e "/^SHARED_LIB_LOADER_PREFIX/s:=.*:=\"/lib\":" \
    52     -e "/^DEVEL_PREFIX/s:=.*:=\"/usr\":" \
    53     -e "/^RUNTIME_PREFIX/s:=.*:=\"/\":" \
    54     .config.orig > .config</userinput></screen>
     49  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     50  href="../x86/uclibc-headers.xml"
     51  xpointer="xpointer(//*[@os='d1'])"/>
    5552
    5653  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6259  xpointer="xpointer(//*[@os='i'])"/>
    6360
    64    <para os="d2">Create the Headers:</para>
     61  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     62  href="../x86/uclibc-headers.xml"
     63  xpointer="xpointer(//*[@os='d2'])"/>
    6564
    6665<screen os="d3"><userinput>make TARGET_ARCH=mips headers</userinput></screen>
     
    7877  xpointer="xpointer(//*[@os='n'])"/>
    7978
    80 <screen os="d5"><userinput>cp -a include/* ${CLFS}/usr/include</userinput></screen>
     79  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     80  href="../x86/uclibc-headers.xml"
     81  xpointer="xpointer(//*[@os='d5'])"/>
    8182
    8283  </sect2>
Note: See TracChangeset for help on using the changeset viewer.