Changeset 4677eac for cross-tools/x86
- Timestamp:
- Apr 20, 2006, 8:57:18 AM (19 years ago)
- Children:
- d95bada
- Parents:
- 2a48081
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/x86/linux-headers.xml
r2a48081 r4677eac 23 23 <title>Installation of Linux-Headers</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 href="../../final-system/x86/linux-headers.xml" 27 xpointer="xpointer(//*[@os='b'])"/> 25 <para os="a">Install the header files that are needed for the base build:</para> 28 26 29 27 <screen><userinput>install -dv /tools/include 30 28 cp -Rv include/asm-i386 /tools/include/asm 29 cp -Rv include/asm-generic /tools/include/asm-generic 31 30 cp -Rv include/linux /tools/include</userinput></screen> 32 31
Note:
See TracChangeset
for help on using the changeset viewer.