Changeset 492e5a3 in clfs-embedded for BOOK/cross-tools
- Timestamp:
- Nov 10, 2006, 4:19:44 AM (18 years ago)
- Branches:
- master
- Children:
- faa6467
- Parents:
- f262bb6
- Location:
- BOOK/cross-tools/x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/uclibc-headers.xml
rf262bb6 r492e5a3 47 47 xpointer="xpointer(//*[@os='f'])"/> 48 48 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> 55 49 56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 57 href="uclibc.xml" … … 55 62 xpointer="xpointer(//*[@os='i'])"/> 56 63 57 <para os=" g">Create the Headers:</para>64 <para os="d2">Create the Headers:</para> 58 65 59 <screen os="h"><userinput>make KERNEL_SOURCE=${CLFS}/usr TARGET_ARCH=i386 headers</userinput></screen> 60 61 <para os="i">We will remove the files that were copied over from our Linux Headers, these 62 files were copied into the source directory of uClibc:</para> 66 <screen os="d3"><userinput>make TARGET_ARCH=i386 headers</userinput></screen> 63 67 64 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 70 74 xpointer="xpointer(//*[@os='m'])"/> 71 75 72 <screen os="l"><userinput>cp -a include/* ${CLFS}/usr/include</userinput></screen> 76 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 77 href="uclibc.xml" 78 xpointer="xpointer(//*[@os='n'])"/> 79 80 <screen os="d5"><userinput>cp -a include/* ${CLFS}/usr/include</userinput></screen> 73 81 74 82 </sect2> -
BOOK/cross-tools/x86/uclibc.xml
rf262bb6 r492e5a3 74 74 <screen os="k"><userinput>make TARGET_ARCH=i386</userinput></screen> 75 75 76 <para os="l">We will remove the files that were copied over from our Linux Headers, these 77 files were copied into the source directory of uClibc:</para> 76 <para os="l">We will remove the files that were copied over from our Linux Headers during 77 the building of uClibc. These files were copied into the include directory of the source 78 directory of uClibc:</para> 78 79 79 80 <screen os="m"><userinput>rm include/{asm,asm-generic,linux}</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.