Changeset 53f8451 in clfs-embedded for BOOK/cross-tools
- Timestamp:
- May 13, 2007, 10:30:32 PM (17 years ago)
- Branches:
- master
- Children:
- 6988013
- Parents:
- c06227f
- Location:
- BOOK/cross-tools/arm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/uclibc-headers.xml
rc06227f r53f8451 71 71 xpointer="xpointer(//*[@os='n'])"/> 72 72 73 <screen os="o"><userinput>make TARGET_ARCH=armheaders</userinput></screen>73 <screen os="o"><userinput>make headers</userinput></screen> 74 74 75 75 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 77 77 xpointer="xpointer(//*[@os='p'])"/> 78 78 79 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 80 href="uclibc.xml" 81 xpointer="xpointer(//*[@os='q'])"/> 79 <screen os="1"><userinput>mkdir ${CLFS}/usr/include/bits 80 make PREFIX=${CLFS} install_headers</userinput></screen> 82 81 83 82 </sect2> -
BOOK/cross-tools/arm/uclibc.xml
rc06227f r53f8451 85 85 xpointer="xpointer(//*[@os='l'])"/> 86 86 87 <screen os="m"><userinput>make TARGET_ARCH=armoldconfig</userinput></screen>87 <screen os="m"><userinput>make oldconfig</userinput></screen> 88 88 89 89 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 91 91 xpointer="xpointer(//*[@os='n'])"/> 92 92 93 <screen os="o"><userinput>make CC="${CC} ${BUILD}" TARGET_ARCH=arm</userinput></screen>93 <screen os="o"><userinput>make CC="${CC} ${BUILD}"</userinput></screen> 94 94 95 95 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.