Changeset 4b05af9 in clfs-embedded for BOOK/cross-tools/arm


Ignore:
Timestamp:
Jan 24, 2009, 10:41:03 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
35d6f00
Parents:
e1b2402
Message:

Updated Linux and Linux Headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/linux-headers.xml

    re1b2402 r4b05af9  
    66]>
    77
    8 <sect1 id="ch-system-linux-headers" role="wrap">
     8<sect1 id="ch-cross-tools-linux-headers" role="wrap">
    99  <?dbhtml filename="linux-headers.html"?>
    1010
    11   <title>Linux-Headers-&linux-headers-version;</title>
     11  <title>Linux-Headers-&linux-version;</title>
    1212
    13   <indexterm zone="ch-system-linux-headers">
     13  <indexterm zone="ch-cross-tools-linux-headers">
    1414    <primary sortas="a-Linux-Headers">Linux-Headers</primary>
    1515  </indexterm>
     
    2828  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2929  href="../x86/linux-headers.xml"
     30  xpointer="xpointer(//*[@os='p1'])"/>
     31
     32  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33  href="../x86/linux-headers.xml"
     34  xpointer="xpointer(//*[@os='p2'])"/>
     35
     36  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37  href="../x86/linux-headers.xml"
    3038  xpointer="xpointer(//*[@os='b'])"/>
    3139
    3240<screen os="c"><userinput>install -dv ${CLFS}/usr/include
    33 cp -av include/{asm-generic,linux,mtd,scsi,sound} ${CLFS}/usr/include</userinput></screen>
    34 
    35   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    36   href="../x86/linux-headers.xml"
    37   xpointer="xpointer(//*[@os='d'])"/>
    38 
    39 <screen><userinput>cp -av include/asm-arm ${CLFS}/usr/include/asm</userinput></screen>
     41make mrproper
     42make ARCH=arm headers_check
     43make ARCH=arm INSTALL_HDR_PATH=dest headers_install
     44cp -rv dest/include/* ${CLFS}/usr/include</userinput></screen>
    4045
    4146  </sect2>
Note: See TracChangeset for help on using the changeset viewer.