- Timestamp:
- May 26, 2006, 1:08:15 PM (18 years ago)
- Branches:
- master
- Children:
- 8e23f7c
- Parents:
- 0c53a27
- Location:
- BOOK
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm-chapter.xml
r0c53a27 r4b6ae47 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/linux-headers.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/glibc-headers.xml"/> 19 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/> 20 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/glibc.xml"/> -
BOOK/cross-tools/common/gcc-final.xml
r0c53a27 r4b6ae47 30 30 href="../../final-system/common/gcc.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../../final-system/common/gcc.xml"35 xpointer="xpointer(//*[@os='p3'])"/>36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"38 href="../../final-system/common/gcc.xml"39 xpointer="xpointer(//*[@os='p4'])"/>40 32 41 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/common/gcc.xml
r0c53a27 r4b6ae47 26 26 <title>Installation of GCC</title> 27 27 28 <para os="p1">The following patch fixes an issue where gcc doesn't generate 29 some code properly:</para> 30 31 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-PR26763-patch;</userinput></screen> 32 33 <para os="p3">The following patch fixes the searching of multilib dirs for 28 <para os="p1">The following patch fixes the searching of multilib dirs for 34 29 specs file:</para> 35 30 36 <screen os="p 4"><userinput>patch -Np1 -i ../&gcc-PR20425-patch;</userinput></screen>31 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-PR20425-patch;</userinput></screen> 37 32 38 33 <para os="a">Apply a <command>sed</command> substitution that will suppress the
Note:
See TracChangeset
for help on using the changeset viewer.