Changeset 9fb94bf


Ignore:
Timestamp:
Jul 13, 2011, 8:06:26 AM (13 years ago)
Author:
Jonathan Norman <jonathan@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0f48af0b
Parents:
cb2118a
Message:

Fixes issue with Mips segfaulting by patching GCC

Files:
6 added
9 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips-chapter.xml

    rcb2118a r9fb94bf  
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog-ppl.xml"/>
    2626  <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"/>
    2828  <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"/>
    3030
    3131</chapter>
  • BOOK/final-system/mips-chapter.xml

    rcb2118a r9fb94bf  
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/>
    2828  <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"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sed.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/>
  • BOOK/general.ent

    rcb2118a r9fb94bf  
    33<!ENTITY month "07"> <!-- Use two digits -->
    44<!ENTITY month_name "July">
    5 <!ENTITY day "03"> <!-- Use two digits -->
     5<!ENTITY day "13"> <!-- Use two digits -->
    66<!ENTITY year "2011"> <!-- Use four digits -->
    77
  • BOOK/introduction/mips/changelog.xml

    rcb2118a r9fb94bf  
    3535
    3636    <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>
    3746      <para>November 21, 2006</para>
    3847      <itemizedlist>
  • BOOK/materials/mips/patches.xml

    rcb2118a r9fb94bf  
    3030    </varlistentry>
    3131
     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
    3241    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3342    href="../x86/patches.xml"
  • BOOK/materials/mips64-64/patches.xml

    rcb2118a r9fb94bf  
    2222
    2323    <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"
    2428    href="../x86_64-64/patches.xml"
    2529    xpointer="xpointer(//*[@os='gcc-pure64-patch'])"/>
  • BOOK/materials/mips64/patches.xml

    rcb2118a r9fb94bf  
    3030
    3131    <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"
    3236    href="../x86/patches.xml"
    3337    xpointer="xpointer(//*[@os='gcc-specs-patch'])"/>
  • BOOK/patches.ent

    rcb2118a r9fb94bf  
    125125<!ENTITY dvhtool-fixes-patch-size "6 KB">
    126126
     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
    127131<!-- Start of ppc/ppc64 patches -->
    128132
  • BOOK/temp-system/mips-chapter.xml

    rcb2118a r9fb94bf  
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/zlib.xml"/>
    2222  <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"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ncurses.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bash.xml"/>
Note: See TracChangeset for help on using the changeset viewer.