- Timestamp:
- Jan 1, 2010, 3:01:42 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 656e49e
- Parents:
- 206bb97
- Location:
- BOOK
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/64/gcc.xml
r206bb97 r170e0664 29 29 href="../common/gcc.xml" 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../common/gcc.xml"34 xpointer="xpointer(//*[@os='p3'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="../common/gcc.xml"38 xpointer="xpointer(//*[@os='p4'])"/>39 31 40 32 <para os="p5">Apply the following patch so that GCC links to -
BOOK/final-system/common/gcc.xml
r206bb97 r170e0664 30 30 31 31 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen> 32 33 <para os="p3">The following patch contains a number architecture and fixes related to34 our build &gcc-version;. This patch was developed by CLFS devs For details on35 what's in the patch, look at http://trac.cross-lfs.org/browser/scripts/patch/gcc/&gcc-version;:</para>36 37 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-fixes-patch;</userinput></screen>38 32 39 33 <para os="d">Apply a <command>sed</command> substitution that will suppress the -
BOOK/final-system/mips64/gcc.xml
r206bb97 r170e0664 29 29 href="../common/gcc.xml" 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../common/gcc.xml"34 xpointer="xpointer(//*[@os='p3'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="../common/gcc.xml"38 xpointer="xpointer(//*[@os='p4'])"/>39 31 40 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/gcc.xml
r206bb97 r170e0664 29 29 href="../common/gcc.xml" 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../common/gcc.xml"34 xpointer="xpointer(//*[@os='p3'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="../common/gcc.xml"38 xpointer="xpointer(//*[@os='p4'])"/>39 31 40 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/ppc/gcc.xml
r206bb97 r170e0664 29 29 href="../common/gcc.xml" 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../common/gcc.xml"34 xpointer="xpointer(//*[@os='p3'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="../common/gcc.xml"38 xpointer="xpointer(//*[@os='p4'])"/>39 31 40 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/ppc64/gcc.xml
r206bb97 r170e0664 29 29 href="../common/gcc.xml" 30 30 xpointer="xpointer(//*[@os='p2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../common/gcc.xml"34 xpointer="xpointer(//*[@os='p3'])"/>35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"37 href="../common/gcc.xml"38 xpointer="xpointer(//*[@os='p4'])"/>39 31 40 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r206bb97 r170e0664 40 40 <para>December 31, 2009</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated GCC to 4.4.2.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jciccone] - Updated Binutils to 2.20.</para> -
BOOK/materials/common/patches.xml
r206bb97 r170e0664 28 28 </varlistentry> 29 29 30 <!--31 30 <varlistentry> 32 31 <term>Binutils Branch Update Patch - <token>&binutils-branch_update-patch-size;</token>:</term> … … 37 36 </listitem> 38 37 </varlistentry> 39 -->40 38 41 39 <varlistentry> … … 108 106 url="&patches-root;&gcc-branch_update-patch;"/></para> 109 107 <para>MD5 sum: <literal>&gcc-branch_update-patch-md5;</literal></para> 110 </listitem>111 </varlistentry>112 113 <varlistentry>114 <term>GCC Fixes Patch - <token>&gcc-fixes-patch-size;</token>:</term>115 <listitem>116 <para>Download: <ulink117 url="&patches-root;&gcc-fixes-patch;"/></para>118 <para>MD5 sum: <literal>&gcc-fixes-patch-md5;</literal></para>119 108 </listitem> 120 109 </varlistentry> -
BOOK/patches.ent
r206bb97 r170e0664 41 41 <!ENTITY flex-gcc44-patch-size "12 KB"> 42 42 43 <!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update- 4.patch">44 <!ENTITY gcc-branch_update-patch-md5 " aca21cc253204489a850b0f7a64f885e">43 <!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-1.patch"> 44 <!ENTITY gcc-branch_update-patch-md5 "2dbbc6f28aeaea5f3d9b91f17c36a78d"> 45 45 <!ENTITY gcc-branch_update-patch-size "240 KB"> 46 46 47 <!ENTITY gcc-fixes-patch "gcc-&gcc-version;-fixes-3.patch">48 <!ENTITY gcc-fixes-patch-md5 "615aa46ee6873b92647cd93210a8fc1d">49 <!ENTITY gcc-fixes-patch-size "25 KB">50 51 47 <!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch"> 52 <!ENTITY gcc-specs-patch-md5 " 36b03d49d14c16ca589f2c0bf281d148">53 <!ENTITY gcc-specs-patch-size " 16KB">48 <!ENTITY gcc-specs-patch-md5 "edda4c1d4acaed90ca4e2f98c1a014ab"> 49 <!ENTITY gcc-specs-patch-size "20 KB"> 54 50 55 51 <!ENTITY gmp-branch_update-patch "gmp-&gmp-version;-branch_update-1.patch"> … … 138 134 139 135 <!ENTITY gcc-pure64-patch "gcc-&gcc-version;-pure64-1.patch"> 140 <!ENTITY gcc-pure64-patch-md5 " b4a916aca1dc5b1781e97eaf37436e28">141 <!ENTITY gcc-pure64-patch-size " 8KB">136 <!ENTITY gcc-pure64-patch-md5 "74d06d4dda08419c319ae4c63686a4da"> 137 <!ENTITY gcc-pure64-patch-size "12 KB"> 142 138 143 139 <!ENTITY gcc-specs_pure64-patch "gcc-&gcc-version;-pure64_specs-1.patch"> 144 <!ENTITY gcc-specs_pure64-patch-md5 " dd937d724a370587679e45ed4c527ea3">145 <!ENTITY gcc-specs_pure64-patch-size " 18KB">140 <!ENTITY gcc-specs_pure64-patch-md5 "edda4c1d4acaed90ca4e2f98c1a014ab"> 141 <!ENTITY gcc-specs_pure64-patch-size "20 KB"> 146 142 147 143 <!-- Start of Config Update patches -->
Note:
See TracChangeset
for help on using the changeset viewer.