Changeset 7126617 in clfs-sysroot for BOOK/cross-tools
- Timestamp:
- May 26, 2006, 8:58:01 PM (19 years ago)
- Branches:
- master
- Children:
- f6c417f
- Parents:
- 1f0a9c9
- Location:
- BOOK/cross-tools/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
r1f0a9c9 r7126617 28 28 enable.</para> 29 29 30 <para os="ba">To make sure that the proper syntax is used for a couple of 31 tools, apply the following patch:</para> 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 31 href="../../final-system/common/binutils.xml" 32 xpointer="xpointer(//*[@os='p1'])"/> 32 33 33 <screen os="bb"><userinput>patch -Np1 -i ../&binutils-posix-patch;</userinput></screen> 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 35 href="../../final-system/common/binutils.xml" 36 xpointer="xpointer(//*[@os='p2'])"/> 34 37 35 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/common/gcc-final.xml
r1f0a9c9 r7126617 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href=" gcc-static.xml"35 xpointer="xpointer(//*[@os=' aa'])"/>34 href="../../final-system/common/gcc.xml" 35 xpointer="xpointer(//*[@os='p3'])"/> 36 36 37 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href=" gcc-static.xml"39 xpointer="xpointer(//*[@os=' ab'])"/>38 href="../../final-system/common/gcc.xml" 39 xpointer="xpointer(//*[@os='p4'])"/> 40 40 41 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/common/gcc-static.xml
r1f0a9c9 r7126617 24 24 and no Threads</title> 25 25 26 <para os="aa">To make sure that a couple of tools use the proper syntax, 27 apply the following patch:</para> 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 27 href="../../final-system/common/gcc.xml" 28 xpointer="xpointer(//*[@os='p1'])"/> 28 29 29 <screen os="ab"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen> 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 31 href="../../final-system/common/gcc.xml" 32 xpointer="xpointer(//*[@os='p2'])"/> 30 33 31 34 <para os="ac">The following patch ensures that <command>gcc</command> does not
Note:
See TracChangeset
for help on using the changeset viewer.