- Timestamp:
- Feb 14, 2007, 6:55:00 PM (18 years ago)
- Branches:
- master
- Children:
- 5ec080e
- Parents:
- bd9bade
- Location:
- BOOK
- Files:
-
- 2 deleted
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
rbd9bade rdbab86c 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/cross-tools/hppa-chapter.xml
rbd9bade rdbab86c 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/binutils.xml"/> 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/glibc-headers.xml"/> 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" hppa/gcc-static.xml"/>20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hppa/glibc.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" hppa/gcc-final.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-final.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/groff.xml"/> -
BOOK/final-system/common/gcc.xml
rbd9bade rdbab86c 30 30 31 31 <screen os="p2"><userinput>patch -Np1 -i ../gcc-4.1.1-posix-1.patch</userinput></screen> 32 33 <para os="p3">The following patch fixes the searching of multilib dirs for34 specs file.The patch standardizes the gcc drivers path iteration functions,35 ensuring multilib directories are searched in the correct order. This fixes36 various issues, most noticably with libtool on multilib systems:</para>37 38 <screen os="p4"><userinput>patch -Np1 -i ../&gcc-PR20425-patch;</userinput></screen>39 32 40 33 <para os="a">Apply a <command>sed</command> substitution that will suppress the -
BOOK/introduction/common/changelog.xml
rbd9bade rdbab86c 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>February 14, 2007</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated GCC to 4.1.2.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 38 47 39 48 <listitem> -
BOOK/materials/common/patches.xml
rbd9bade rdbab86c 83 83 84 84 <varlistentry> 85 <term>GCC PR20425 Patch - <token>&gcc-PR20425-patch-size;</token>:</term>86 <listitem>87 <para>Download: <ulink88 url="&patches-root;&gcc-PR20425-patch;"/></para>89 <para>MD5 sum: <literal>&gcc-PR20425-patch-md5;</literal></para>90 </listitem>91 </varlistentry>92 93 <varlistentry>94 85 <term>GCC Posix Patch - <token>&gcc-posix-patch-size;</token>:</term> 95 86 <listitem> -
BOOK/materials/hppa/patches.xml
rbd9bade rdbab86c 23 23 24 24 <varlistentry> 25 <term>GCC PR29114 Patch - <token>&gcc-PR29114-patch-size;</token>:</term>26 <listitem>27 <para>Download: <ulink28 url="&patches-root;&gcc-PR29114-patch;"/></para>29 <para>MD5 sum: <literal>&gcc-PR29114-patch-md5;</literal></para>30 </listitem>31 </varlistentry>32 33 <varlistentry>34 25 <term>Glibc NPTL Patch - <token>&glibc-hppa_nptl-patch-size;</token>:</term> 35 26 <listitem> -
BOOK/packages.ent
rbd9bade rdbab86c 96 96 <!ENTITY gawk-home "&gnu-software;gawk"> 97 97 98 <!ENTITY gcc-version "4.1. 1">99 <!ENTITY gcc-size "38, 300KB">98 <!ENTITY gcc-version "4.1.2"> 99 <!ENTITY gcc-size "38,931 KB"> 100 100 <!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> 101 <!ENTITY gcc-md5 "a d9f97a4d04982ccf4fd67cb464879f3">101 <!ENTITY gcc-md5 "a4a3eb15c96030906d8494959eeda23c"> 102 102 <!ENTITY gcc-home "http://gcc.gnu.org"> 103 103 -
BOOK/patches.ent
rbd9bade rdbab86c 30 30 31 31 <!ENTITY gcc-cross_search-patch "gcc-&gcc-version;-cross_search_paths-1.patch"> 32 <!ENTITY gcc-cross_search-patch-md5 "541fe39d228ddaa0d8396a35ec3a0ada"> 33 <!ENTITY gcc-cross_search-patch-size "2 KB"> 34 35 <!ENTITY gcc-PR20425-patch "gcc-&gcc-version;-PR20425-1.patch"> 36 <!ENTITY gcc-PR20425-patch-md5 "95535bda8e4d37d30251db0b121b5374"> 37 <!ENTITY gcc-PR20425-patch-size "36 KB"> 32 <!ENTITY gcc-cross_search-patch-md5 "8ef51c0c74f0ea8511e59544f719470f"> 33 <!ENTITY gcc-cross_search-patch-size "4 KB"> 38 34 39 35 <!ENTITY gcc-posix-patch "gcc-&gcc-version;-posix-1.patch"> 40 <!ENTITY gcc-posix-patch-md5 " 0d88068740a0e00780891f2cb905b808">41 <!ENTITY gcc-posix-patch-size " 9KB">36 <!ENTITY gcc-posix-patch-md5 "9aa1cdcbaedb4e1ed3f65ae25cdc413b"> 37 <!ENTITY gcc-posix-patch-size "12 KB"> 42 38 43 39 <!ENTITY glibc-branch_update-patch "glibc-&glibc-version;-branch_update-3.patch"> … … 127 123 <!ENTITY binutils-hppa_tls-patch-size "268 KB"> 128 124 129 <!ENTITY gcc-PR29114-patch "gcc-&gcc-version;-PR29114-1.patch">130 <!ENTITY gcc-PR29114-patch-md5 "76d58dce69d440bf4a09b52f039db907">131 <!ENTITY gcc-PR29114-patch-size "4 KB">132 133 125 <!ENTITY glibc-hppa_nptl-patch "glibc-&glibc-version;-hppa_nptl-1.patch"> 134 126 <!ENTITY glibc-hppa_nptl-patch-md5 "25cfa673cbc940fde3638d1abf54fd79">
Note:
See TracChangeset
for help on using the changeset viewer.