- Timestamp:
- Jul 26, 2009, 9:03:15 AM (15 years ago)
- Branches:
- master
- Children:
- fc388a9
- Parents:
- 442d78f
- Location:
- BOOK
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
r442d78f r9db6797 27 27 linker and assembler to determine which of their own features to 28 28 enable.</para> 29 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"31 href="../../final-system/common/binutils.xml"32 xpointer="xpointer(//*[@os='p1'])"/>33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"35 href="../../final-system/common/binutils.xml"36 xpointer="xpointer(//*[@os='p2'])"/>37 29 38 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/common/gcc-final.xml
r442d78f r9db6797 22 22 <sect2 role="installation"> 23 23 <title>Installation of GCC Cross Compiler</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../../final-system/common/gcc.xml"27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../../final-system/common/gcc.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/common/gcc-static.xml
r442d78f r9db6797 23 23 <title>Installation of Cross GCC Compiler with Static libgcc 24 24 and no Threads</title> 25 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"27 href="../../final-system/common/gcc.xml"28 xpointer="xpointer(//*[@os='p1'])"/>29 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"31 href="../../final-system/common/gcc.xml"32 xpointer="xpointer(//*[@os='p2'])"/>33 25 34 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/common/binutils.xml
r442d78f r9db6797 27 27 <sect2 role="installation"> 28 28 <title>Installation of Binutils</title> 29 30 <para os="p1">To make sure that the proper syntax is used for a couple of31 tools, apply the following patch:</para>32 33 <screen os="p2"><userinput>patch -Np1 -i ../&binutils-posix-patch;</userinput></screen>34 29 35 30 <para os="p3">The following patch contains a number of updates to the -
BOOK/final-system/common/gcc.xml
r442d78f r9db6797 27 27 <sect2 role="installation"> 28 28 <title>Installation of GCC</title> 29 30 <para os="p1">To make sure that a couple of tools use the proper syntax,31 apply the following patch:</para>32 33 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-posix-patch;</userinput></screen>34 29 35 30 <para os="p3">The following patch contains a number of updates to the -
BOOK/materials/common/patches.xml
r442d78f r9db6797 37 37 </varlistentry> 38 38 39 <varlistentry>40 <term>Binutils Posix Patch - <token>&binutils-posix-patch-size;</token>:</term>41 <listitem>42 <para>Download: <ulink43 url="&patches-root;&binutils-posix-patch;"/></para>44 <para>MD5 sum: <literal>&binutils-posix-patch-md5;</literal></para>45 </listitem>46 </varlistentry>47 48 39 <varlistentry> 49 40 <term>Coreutils Uname Patch - <token>&coreutils-uname-patch-size;</token>:</term> … … 88 79 url="&patches-root;&gcc-branch_update-patch;"/></para> 89 80 <para>MD5 sum: <literal>&gcc-branch_update-patch-md5;</literal></para> 90 </listitem>91 </varlistentry>92 93 <varlistentry>94 <term>GCC Posix Patch - <token>&gcc-posix-patch-size;</token>:</term>95 <listitem>96 <para>Download: <ulink97 url="&patches-root;&gcc-posix-patch;"/></para>98 <para>MD5 sum: <literal>&gcc-posix-patch-md5;</literal></para>99 81 </listitem> 100 82 </varlistentry> -
BOOK/patches.ent
r442d78f r9db6797 12 12 <!ENTITY binutils-branch_update-patch-md5 "577d2c47daf07e35041382f4d5d6581e"> 13 13 <!ENTITY binutils-branch_update-patch-size "557 KB"> 14 15 <!ENTITY binutils-posix-patch "binutils-&binutils-version;-posix-1.patch">16 <!ENTITY binutils-posix-patch-md5 "beb4af55c8de949235758e6436e689e7">17 <!ENTITY binutils-posix-patch-size "3 KB">18 14 19 15 <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch"> … … 36 32 <!ENTITY gcc-branch_update-patch-md5 "51c8d464820aa90d883281b72bec6e34"> 37 33 <!ENTITY gcc-branch_update-patch-size "1150 KB"> 38 39 <!ENTITY gcc-posix-patch "gcc-&gcc-version;-posix-1.patch">40 <!ENTITY gcc-posix-patch-md5 "22e096640c1ac70421336cba0f80d70f">41 <!ENTITY gcc-posix-patch-size "14 KB">42 34 43 35 <!ENTITY grep-i18n-patch "grep-&grep-version;-i18n-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.