- Timestamp:
- May 18, 2011, 11:52:29 AM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- cf78d6b
- Parents:
- 0a4f15b
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
r0a4f15b rb369f3c 22 22 <sect2 role="installation"> 23 23 <title>Installation of GCC Cross Compiler</title> 24 25 <para os="p1">The following patch contains a number of updates to the 26 &gcc-version; branch by the GCC developers:</para> 27 28 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen> 24 29 25 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/common/gcc.xml
r0a4f15b rb369f3c 25 25 <sect2 role="installation"> 26 26 <title>Installation of GCC</title> 27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 29 href="../../cross-tools/common/gcc-final.xml" 30 xpointer="xpointer(//*[@os='p1'])"/>: 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../../cross-tools/common/gcc-final.xml" 34 xpointer="xpointer(//*[@os='p2'])"/> 27 35 28 36 <para os="d">Apply a <command>sed</command> substitution that will suppress the -
BOOK/general.ent
r0a4f15b rb369f3c 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 " 24"> <!-- Use two digits -->3 <!ENTITY month "05"> <!-- Use two digits --> 4 <!ENTITY month_name "May"> 5 <!ENTITY day "18"> <!-- Use two digits --> 6 6 <!ENTITY year "2011"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
r0a4f15b rb369f3c 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>May 18, 2011</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Jonathan] - Add GCC 4.6.0 Branch Update Patch -1.</para> 44 </listitem> 45 <listitem> 46 <para>[Jonathan] - Updated Vim Branch Update to -2.</para> 47 </listitem> 48 <listitem> 49 <para>[Jonathan] - Updated Bash Branch Update to -2.</para> 50 </listitem> 51 <listitem> 52 <para>[Jonathan] - Updated Ncurses Branch Update to -2.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 38 56 39 57 <listitem> -
BOOK/patches.ent
r0a4f15b rb369f3c 5 5 <!-- Start of Common Patches --> 6 6 7 <!ENTITY bash-branch_update-patch "bash-&bash-version;-branch_update- 1.patch">8 <!ENTITY bash-branch_update-patch-md5 " ee7bbf5d36058487cbe23f5571a2c21c">9 <!ENTITY bash-branch_update-patch-size "1 2KB">7 <!ENTITY bash-branch_update-patch "bash-&bash-version;-branch_update-2.patch"> 8 <!ENTITY bash-branch_update-patch-md5 "6aef48cfd93b9109358eae0be9125946"> 9 <!ENTITY bash-branch_update-patch-size "16 KB"> 10 10 11 11 <!ENTITY cloog-ppl-autogen-patch "cloog-ppl-&cloog-ppl-version;-autogen-1.patch"> … … 29 29 <!ENTITY gcc-specs-patch-size "20 KB"> 30 30 31 <!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-1.patch"> 32 <!ENTITY gcc-branch_update-patch-md5 "3ff1f39dc12932736694bf6fb6a1846a"> 33 <!ENTITY gcc-branch_update-patch-size "1.5 MB" 34 31 35 <!ENTITY grep-fixes-patch "grep-&grep-version;-fixes-1.patch"> 32 36 <!ENTITY grep-fixes-patch-md5 "0cb36684847842adb17a1b3fb96f733d"> … … 49 53 <!ENTITY ncurses-bashfix-patch-size "4 KB"> 50 54 51 <!ENTITY ncurses-branch_update-patch "ncurses-&ncurses-version;-branch_update- 1.patch">52 <!ENTITY ncurses-branch_update-patch-md5 " 5361bccf700849ba968a8886cdfaa879">53 <!ENTITY ncurses-branch_update-patch-size " 324KB">55 <!ENTITY ncurses-branch_update-patch "ncurses-&ncurses-version;-branch_update-2.patch"> 56 <!ENTITY ncurses-branch_update-patch-md5 "125c256a66bd532c6c290dc2adfb7bc4"> 57 <!ENTITY ncurses-branch_update-patch-size "796 KB"> 54 58 55 59 <!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch"> … … 70 74 71 75 <!ENTITY tar-man-patch "tar-&tar-version;-man-1.patch"> 72 <!ENTITY tar-man-patch-md5 " 79d962bddc4871b394e5f8e3267680fe">73 <!ENTITY tar-man-patch-size " 20KB">76 <!ENTITY tar-man-patch-md5 "074783d41f18c5c62a7cfc77e2678693"> 77 <!ENTITY tar-man-patch-size "76 KB"> 74 78 75 79 <!ENTITY texinfo-new_compressors-patch "texinfo-&texinfo-version;-new_compressors-1.patch"> … … 77 81 <!ENTITY texinfo-new_compressors-patch-size "2 KB"> 78 82 79 <!ENTITY vim-branch_update-patch "vim-&vim-version;-branch_update- 1.patch">80 <!ENTITY vim-branch_update-patch-md5 " c1866b7f2f945993b8fc2bb94606bc17">81 <!ENTITY vim-branch_update-patch-size " 220KB">83 <!ENTITY vim-branch_update-patch "vim-&vim-version;-branch_update-2.patch"> 84 <!ENTITY vim-branch_update-patch-md5 "3790140dd2fd1963f285e4ba1bce5d1f"> 85 <!ENTITY vim-branch_update-patch-size "552 KB"> 82 86 83 87 <!-- Start of multilib patches --> -
BOOK/temp-system/common/gcc.xml
r0a4f15b rb369f3c 22 22 <sect2 role="installation"> 23 23 <title>Installation of GCC</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../cross-tools/common/gcc-final.xml" 27 xpointer="xpointer(//*[@os='p1'])"/>: 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../cross-tools/common/gcc-final.xml" 31 xpointer="xpointer(//*[@os='p2'])"/> 24 32 25 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.