- Timestamp:
- Mar 18, 2011, 11:38:40 AM (14 years ago)
- Branches:
- master
- Children:
- 7d78056
- Parents:
- 86c5fd0
- Location:
- BOOK/cross-tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/gcc-final.xml
r86c5fd0 rc98e933 72 72 xpointer="xpointer(//*[@os='ak'])"/> 73 73 74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 75 href="../common/gcc-final.xml" 76 xpointer="xpointer(//*[@os='al'])"/> 77 78 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 79 href="../common/gcc-final.xml" 80 xpointer="xpointer(//*[@os='am'])"/> 81 74 82 </sect2> 75 83 -
BOOK/cross-tools/common/gcc-final.xml
r86c5fd0 rc98e933 90 90 <screen os="ak"><userinput>make install</userinput></screen> 91 91 92 <para os="al">Some programs need <filename class="libraryfile">libgcc_s.so.1</filename> 93 to be included in the target file system. Copy it to the 94 <filename class="directory">${CLFS}/lib</filename> directory:</para> 95 96 <screen os="am"><userinput>cp -v ${CLFS}/cross-tools/${CLFS_TARGET}/lib/libgcc_s.so.1 ${CLFS}/lib</userinput></screen> 97 92 98 </sect2> 93 99 -
BOOK/cross-tools/mips/gcc-final.xml
r86c5fd0 rc98e933 71 71 xpointer="xpointer(//*[@os='ak'])"/> 72 72 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 74 href="../common/gcc-final.xml" 75 xpointer="xpointer(//*[@os='al'])"/> 76 77 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 78 href="../common/gcc-final.xml" 79 xpointer="xpointer(//*[@os='am'])"/> 80 73 81 </sect2> 74 82 -
BOOK/cross-tools/x86/gcc-final.xml
r86c5fd0 rc98e933 70 70 xpointer="xpointer(//*[@os='ak'])"/> 71 71 72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 73 href="../common/gcc-final.xml" 74 xpointer="xpointer(//*[@os='al'])"/> 75 76 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 77 href="../common/gcc-final.xml" 78 xpointer="xpointer(//*[@os='am'])"/> 79 72 80 </sect2> 73 81
Note:
See TracChangeset
for help on using the changeset viewer.