- Timestamp:
- Feb 14, 2007, 8:17:26 AM (18 years ago)
- Branches:
- master
- Children:
- 04997ab
- Parents:
- b94ee8a
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
rb94ee8a r0602db2 46 46 href="gcc-static.xml" 47 47 xpointer="xpointer(//*[@os='p6'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"50 href="gcc-static.xml"51 xpointer="xpointer(//*[@os='p7'])"/>52 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"54 href="gcc-static.xml"55 xpointer="xpointer(//*[@os='p8'])"/>56 48 57 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/common/gcc-static.xml
rb94ee8a r0602db2 37 37 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-uclibc-patch;</userinput></screen> 38 38 39 <para os="p5">The following patch fixes the searching of multilib dirs for 40 specs file.The patch standardizes the gcc drivers path iteration functions, 41 ensuring multilib directories are searched in the correct order. This fixes 42 various issues, most noticably with libtool on multilib systems:</para> 43 44 <screen os="p6"><userinput>patch -Np1 -i ../&gcc-PR20425-patch;</userinput></screen> 45 46 <para os="p7">The following patch ensures that <command>gcc</command> does not 39 <para os="p5">The following patch ensures that <command>gcc</command> does not 47 40 search the <filename class="directory">/usr</filename> directory for 48 41 <filename class="libraryfile">libgcc_s.so</filename> when 49 42 cross-compiling:</para> 50 43 51 <screen os="p 8"><userinput>patch -Np1 -i ../&gcc-cross_search-patch;</userinput></screen>44 <screen os="p6"><userinput>patch -Np1 -i ../&gcc-cross_search-patch;</userinput></screen> 52 45 53 46 <para os="c">The GCC documentation recommends building GCC outside of the source -
BOOK/general.ent
rb94ee8a r0602db2 3 3 <!ENTITY month "02"> <!-- Use two digits --> 4 4 <!ENTITY month_name "January"> 5 <!ENTITY day " 05"> <!-- Use two digits -->5 <!ENTITY day "14"> <!-- Use two digits --> 6 6 <!ENTITY year "2007"> <!-- Use four digits --> 7 7 -
BOOK/materials/common/patches.xml
rb94ee8a r0602db2 56 56 57 57 <varlistentry> 58 <term>GCC PR20425 Patch - <token>&gcc-PR20425-patch-size;</token>:</term>59 <listitem>60 <para>Download: <ulink61 url="&patches-root;&gcc-PR20425-patch;"/></para>62 <para>MD5 sum: <literal>&gcc-PR20425-patch-md5;</literal></para>63 </listitem>64 </varlistentry>65 66 <varlistentry>67 58 <term>GCC Posix Patch - <token>&gcc-posix-patch-size;</token>:</term> 68 59 <listitem> -
BOOK/packages.ent
rb94ee8a r0602db2 29 29 <!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net"> 30 30 31 <!ENTITY gcc-version "4.1. 1">32 <!ENTITY gcc-size "38, 300KB">31 <!ENTITY gcc-version "4.1.2"> 32 <!ENTITY gcc-size "38,931 KB"> 33 33 <!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> 34 <!ENTITY gcc-md5 "a d9f97a4d04982ccf4fd67cb464879f3">35 <!ENTITY gcc-home "http://gcc.gnu.org /">34 <!ENTITY gcc-md5 "a4a3eb15c96030906d8494959eeda23c"> 35 <!ENTITY gcc-home "http://gcc.gnu.org"> 36 36 37 37 <!ENTITY iana-etc-version "2.20"> -
BOOK/patches.ent
rb94ee8a r0602db2 18 18 19 19 <!ENTITY gcc-cross_search-patch "gcc-&gcc-version;-cross_search_paths-1.patch"> 20 <!ENTITY gcc-cross_search-patch-md5 "541fe39d228ddaa0d8396a35ec3a0ada"> 21 <!ENTITY gcc-cross_search-patch-size "2 KB"> 22 23 <!ENTITY gcc-PR20425-patch "gcc-&gcc-version;-PR20425-1.patch"> 24 <!ENTITY gcc-PR20425-patch-md5 "95535bda8e4d37d30251db0b121b5374"> 25 <!ENTITY gcc-PR20425-patch-size "36 KB"> 20 <!ENTITY gcc-cross_search-patch-md5 "8ef51c0c74f0ea8511e59544f719470f"> 21 <!ENTITY gcc-cross_search-patch-size "4 KB"> 26 22 27 23 <!ENTITY gcc-posix-patch "gcc-&gcc-version;-posix-1.patch"> 28 <!ENTITY gcc-posix-patch-md5 " 0d88068740a0e00780891f2cb905b808">29 <!ENTITY gcc-posix-patch-size " 9KB">24 <!ENTITY gcc-posix-patch-md5 "9aa1cdcbaedb4e1ed3f65ae25cdc413b"> 25 <!ENTITY gcc-posix-patch-size "12 KB"> 30 26 31 27 <!ENTITY gcc-uclibc-patch "gcc-&gcc-version;-uclibc-1.patch"> 32 <!ENTITY gcc-uclibc-patch-md5 " 63a7a8f1990bb333dc5513b9489845d4">28 <!ENTITY gcc-uclibc-patch-md5 "77764a4a5e2b71980e3964bbb6a95e35"> 33 29 <!ENTITY gcc-uclibc-patch-size "144 KB"> 34 30
Note:
See TracChangeset
for help on using the changeset viewer.