Changeset 3518
- Timestamp:
- 05/20/07 16:14:51 (2 years ago)
- Files:
-
- branches/clfs-sysroot/BOOK/cross-tools/common/gcc-final.xml (modified) (1 diff)
- branches/clfs-sysroot/BOOK/final-system/common/gcc.xml (modified) (1 diff)
- branches/clfs-sysroot/BOOK/general.ent (modified) (1 diff)
- branches/clfs-sysroot/BOOK/introduction/common/changelog.xml (modified) (1 diff)
- branches/clfs-sysroot/BOOK/materials/common/patches.xml (modified) (1 diff)
- branches/clfs-sysroot/BOOK/packages.ent (modified) (1 diff)
- branches/clfs-sysroot/BOOK/patches.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/clfs-sysroot/BOOK/cross-tools/common/gcc-final.xml
r3464 r3518 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" branches/clfs-sysroot/BOOK/final-system/common/gcc.xml
r3464 r3518 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 dirs34 for specs file. The patch standardizes the gcc drivers path iteration35 functions, ensuring multilib directories are searched in the correct36 order. This fixes various issues, most noticably with libtool on37 multilib systems:</para>38 39 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-PR20425-patch;</userinput></screen>40 32 41 33 <para os="a">Apply a <command>sed</command> substitution that will suppress the branches/clfs-sysroot/BOOK/general.ent
r3501 r3518 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month "0 4"> <!-- Use two digits -->4 <!ENTITY month_name " April">5 <!ENTITY day " 30"> <!-- Use two digits -->3 <!ENTITY month "05"> <!-- Use two digits --> 4 <!ENTITY month_name "May"> 5 <!ENTITY day "20"> <!-- Use two digits --> 6 6 <!ENTITY year "2007"> <!-- Use four digits --> 7 7 branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
r3502 r3518 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>May 20, 2007</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated to GCC 4.2.0.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 38 47 39 48 <listitem> branches/clfs-sysroot/BOOK/materials/common/patches.xml
r3464 r3518 92 92 93 93 <varlistentry> 94 <term>GCC PR20425 Patch - <token>&gcc-PR20425-patch-size;</token>:</term>95 <listitem>96 <para>Download: <ulink97 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>103 94 <term>Glibc Branch Update - <token>&glibc-branch_update-patch-size;</token>:</term> 104 95 <listitem> branches/clfs-sysroot/BOOK/packages.ent
r3502 r3518 96 96 <!ENTITY gawk-home "&gnu-software;gawk"> 97 97 98 <!ENTITY gcc-version "4. 1.2">99 <!ENTITY gcc-size " 38,931KB">98 <!ENTITY gcc-version "4.2.0"> 99 <!ENTITY gcc-size "43,076 KB"> 100 100 <!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> 101 <!ENTITY gcc-md5 " a4a3eb15c96030906d8494959eeda23c">101 <!ENTITY gcc-md5 "4798c23548dc791ea12a139e18940684"> 102 102 <!ENTITY gcc-home "http://gcc.gnu.org"> 103 103 branches/clfs-sysroot/BOOK/patches.ent
r3459 r3518 30 30 31 31 <!ENTITY gcc-cross_search-patch "gcc-&gcc-version;-cross_search_paths-1.patch"> 32 <!ENTITY gcc-cross_search-patch-md5 " 8ef51c0c74f0ea8511e59544f719470f">32 <!ENTITY gcc-cross_search-patch-md5 "2d316305d73bb14b3acd6a1f3a2ee4e9"> 33 33 <!ENTITY gcc-cross_search-patch-size "4 KB"> 34 34 35 35 <!ENTITY gcc-posix-patch "gcc-&gcc-version;-posix-1.patch"> 36 <!ENTITY gcc-posix-patch-md5 "9aa1cdcbaedb4e1ed3f65ae25cdc413b"> 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"> 36 <!ENTITY gcc-posix-patch-md5 "8df4fe6a9f77135ae1b0851786c40410"> 37 <!ENTITY gcc-posix-patch-size "16 KB"> 42 38 43 39 <!ENTITY glibc-branch_update-patch "glibc-&glibc-version;-branch_update-3.patch">
