Changeset 4b05af9 in clfs-embedded for BOOK/cross-tools/arm
- Timestamp:
- Jan 24, 2009, 10:41:03 AM (16 years ago)
- Branches:
- master
- Children:
- 35d6f00
- Parents:
- e1b2402
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/linux-headers.xml
re1b2402 r4b05af9 6 6 ]> 7 7 8 <sect1 id="ch- system-linux-headers" role="wrap">8 <sect1 id="ch-cross-tools-linux-headers" role="wrap"> 9 9 <?dbhtml filename="linux-headers.html"?> 10 10 11 <title>Linux-Headers-&linux- headers-version;</title>11 <title>Linux-Headers-&linux-version;</title> 12 12 13 <indexterm zone="ch- system-linux-headers">13 <indexterm zone="ch-cross-tools-linux-headers"> 14 14 <primary sortas="a-Linux-Headers">Linux-Headers</primary> 15 15 </indexterm> … … 28 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 29 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" 30 38 xpointer="xpointer(//*[@os='b'])"/> 31 39 32 40 <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> 41 make mrproper 42 make ARCH=arm headers_check 43 make ARCH=arm INSTALL_HDR_PATH=dest headers_install 44 cp -rv dest/include/* ${CLFS}/usr/include</userinput></screen> 40 45 41 46 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.