Changeset 9fb94bf
- Timestamp:
- Jul 13, 2011, 8:06:26 AM (13 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0f48af0b
- Parents:
- cb2118a
- Files:
-
- 6 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips-chapter.xml
rcb2118a r9fb94bf 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog-ppl.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/> 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=" common/gcc-static.xml"/>27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/gcc-static.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/eglibc.xml"/> 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=" common/gcc-final.xml"/>29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/gcc-final.xml"/> 30 30 31 31 </chapter> -
BOOK/final-system/mips-chapter.xml
rcb2118a r9fb94bf 27 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=" common/gcc.xml"/>29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/gcc.xml"/> 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sed.xml"/> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/> -
BOOK/general.ent
rcb2118a r9fb94bf 3 3 <!ENTITY month "07"> <!-- Use two digits --> 4 4 <!ENTITY month_name "July"> 5 <!ENTITY day " 03"> <!-- Use two digits -->5 <!ENTITY day "13"> <!-- Use two digits --> 6 6 <!ENTITY year "2011"> <!-- Use four digits --> 7 7 -
BOOK/introduction/mips/changelog.xml
rcb2118a r9fb94bf 35 35 36 36 <listitem> 37 <para>July 13, 2011</para> 38 <itemizedlist> 39 <listitem> 40 <para>[Jonathan] - Added Mips-fix patch to resolve GCC segfault issue.</para> 41 </listitem> 42 </itemizedlist> 43 </listitem> 44 45 <listitem> 37 46 <para>November 21, 2006</para> 38 47 <itemizedlist> -
BOOK/materials/mips/patches.xml
rcb2118a r9fb94bf 30 30 </varlistentry> 31 31 32 <varlistentry os="gcc-mips-fix-patch"> 33 <term>GCC Mips Fix - <token>&gcc-mips-fix-patch-size;</token>:</term> 34 <listitem> 35 <para>Download: <ulink 36 url="&patches-root;&gcc-mips-fix-patch;"/></para> 37 <para>MD5 sum: <literal>&gcc-mips-fix-patch-md5;</literal></para> 38 </listitem> 39 </varlistentry> 40 32 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 42 href="../x86/patches.xml" -
BOOK/materials/mips64-64/patches.xml
rcb2118a r9fb94bf 22 22 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 24 href="../mips/patches.xml" 25 xpointer="xpointer(//*[@os='gcc-mips-fix-patch'])"/> 26 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 24 28 href="../x86_64-64/patches.xml" 25 29 xpointer="xpointer(//*[@os='gcc-pure64-patch'])"/> -
BOOK/materials/mips64/patches.xml
rcb2118a r9fb94bf 30 30 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 32 href="../mips/patches.xml" 33 xpointer="xpointer(//*[@os='gcc-mips-fix-patch'])"/> 34 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 32 36 href="../x86/patches.xml" 33 37 xpointer="xpointer(//*[@os='gcc-specs-patch'])"/> -
BOOK/patches.ent
rcb2118a r9fb94bf 125 125 <!ENTITY dvhtool-fixes-patch-size "6 KB"> 126 126 127 <!ENTITY gcc-mips-fix-patch "gcc-&gcc-version;-mips_fix-1.patch"> 128 <!ENTITY gcc-mips-fix-patch-md5 "abf4b55165bb44508d1f8f36188c9e90"> 129 <!ENTITY gcc-mips-fix-patch-size "8 KB"> 130 127 131 <!-- Start of ppc/ppc64 patches --> 128 132 -
BOOK/temp-system/mips-chapter.xml
rcb2118a r9fb94bf 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=" common/gcc.xml"/>23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/gcc.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bash.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.