- Timestamp:
- Mar 9, 2007, 5:53:38 PM (18 years ago)
- Branches:
- master
- Children:
- 60b0a15
- Parents:
- ca003e3
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
rca003e3 r830dc4e 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'])"/> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/common/gcc.xml
rca003e3 r830dc4e 30 30 31 31 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen> 32 33 <para os="p3">The following patch fixes the searching of multilib dirs 34 for specs file. The patch standardizes the gcc drivers path iteration 35 functions, ensuring multilib directories are searched in the correct 36 order. This fixes various issues, most noticably with libtool on 37 multilib systems:</para> 38 39 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-PR20425-patch;</userinput></screen> 32 40 33 41 <para os="a">Apply a <command>sed</command> substitution that will suppress the -
BOOK/materials/common/patches.xml
rca003e3 r830dc4e 92 92 93 93 <varlistentry> 94 <term>GCC PR20425 Patch - <token>&gcc-PR20425-patch-size;</token>:</term> 95 <listitem> 96 <para>Download: <ulink 97 url="&patches-root;&gcc-PR20425-patch;"/></para> 98 <para>MD5 sum: <literal>&gcc-PR20425-patch-md5;</literal></para> 99 </listitem> 100 </varlistentry> 101 102 <varlistentry> 94 103 <term>Glibc Branch Update - <token>&glibc-branch_update-patch-size;</token>:</term> 95 104 <listitem> -
BOOK/patches.ent
rca003e3 r830dc4e 36 36 <!ENTITY gcc-posix-patch-md5 "9aa1cdcbaedb4e1ed3f65ae25cdc413b"> 37 37 <!ENTITY gcc-posix-patch-size "12 KB"> 38 39 <!ENTITY gcc-PR20425-patch "gcc-&gcc-version;-PR20425-1.patch"> 40 <!ENTITY gcc-PR20425-patch-md5 "95535bda8e4d37d30251db0b121b5374"> 41 <!ENTITY gcc-PR20425-patch-size "36 KB"> 38 42 39 43 <!ENTITY glibc-branch_update-patch "glibc-&glibc-version;-branch_update-3.patch">
Note:
See TracChangeset
for help on using the changeset viewer.