Changeset 6db8b2c


Ignore:
Timestamp:
Feb 21, 2006, 2:00:39 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
bbeade2
Parents:
2533bdfd
Message:

r995@server (orig r993): jim | 2006-01-03 15:33:16 -0800

r1257@server: jim | 2006-01-03 15:30:34 -0800
Elftoaout and Silo Fixes


Files:
1 added
1 deleted
12 edited

Legend:

Unmodified
Added
Removed
  • boot/sparc/elftoaout.xml

    r2533bdfd r6db8b2c  
    2323    <title>Installation of ELFtoaout</title>
    2424
     25  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26  href="../../final-system/sparc/elftoaout.xml"
     27  xpointer="xpointer(//*[@os='p1'])"/>
     28
     29  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30  href="../../final-system/sparc/elftoaout.xml"
     31  xpointer="xpointer(//*[@os='p2'])"/>
     32
    2533    <para>Compile the ELFtoaout package:</para>
    2634
  • final-system/sparc/elftoaout.xml

    r2533bdfd r6db8b2c  
    3333    <title>Installation of ELFtoaout</title>
    3434
    35     <para>Compile the ELFtoaout package:</para>
     35    <para os="p1">The following patch fixes some 64 bit issues with
     36    elftoaout:</para>
    3637
    37 <screen><userinput>make</userinput></screen>
     38<screen os="p2"><userinput>patch -Np1 -i ../&elftoaout-fixes-patch;</userinput></screen>
    3839
    39     <para>Install the package:</para>
     40    <para os="a">Compile the ELFtoaout package:</para>
    4041
    41 <screen><userinput>make install</userinput></screen>
     42<screen os="b"><userinput>make</userinput></screen>
     43
     44    <para os="c">Install the package:</para>
     45
     46<screen os="d"><userinput>make install</userinput></screen>
    4247
    4348  </sect2>
  • final-system/sparc64-64-chapter.xml

    r2533bdfd r6db8b2c  
    6363  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/>
    6464  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/>
    65   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/elftoaout.xml"/>
     65  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/elftoaout.xml"/>
    6666  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/silo.xml"/>
    6767  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutdebug.xml"/>
  • final-system/sparc64/elftoaout.xml

    r2533bdfd r6db8b2c  
    2222    <title>Installation of ELFtoaout</title>
    2323
    24     <para>Compile the ELFtoaout package:</para>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25  href="../sparc/elftoaout.xml"
     26  xpointer="xpointer(//*[@os='p1'])"/>
    2527
    26 <screen><userinput>make CC="gcc ${BUILD32}"</userinput></screen>
     28  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29  href="../sparc/elftoaout.xml"
     30  xpointer="xpointer(//*[@os='p2'])"/>
    2731
    28     <para>Install the package:</para>
     32  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33  href="../sparc/elftoaout.xml"
     34  xpointer="xpointer(//*[@os='a'])"/>
     35
     36<screen os="b"><userinput>make CC="gcc ${BUILD64}</userinput></screen>
     37
     38  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     39  href="../sparc/elftoaout.xml"
     40  xpointer="xpointer(//*[@os='c'])"/>
     41
     42  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     43  href="../sparc/elftoaout.xml"
     44  xpointer="xpointer(//*[@os='d'])"/>
    2945
    3046<screen><userinput>make install</userinput></screen>
  • introduction/sparc/changelog.xml

    r2533bdfd r6db8b2c  
    4141          32 Bit.</para>
    4242        </listitem>
     43        <listitem>
     44          <para>[jim] - Elftoaout 64bit fixes are in place, we can now build Silo using
     45          a 64bit elftoaout. Thank you to the Linux-Sparc list, especially Dave Miller.</para>
     46        </listitem>
    4347      </itemizedlist>
    4448    </listitem>
  • introduction/sparc64-64/changelog.xml

    r2533bdfd r6db8b2c  
    4040          <para>[jim] - Added patch to fix Binutils Sparc aout usage.</para>
    4141        </listitem>
     42        <listitem>
     43          <para>[jim] - Elftoaout 64bit fixes are in place, we can now build Silo using
     44          a 64bit elftoaout. Thank you to the Linux-Sparc list, especially Dave Miller.</para>
     45        </listitem>
    4246      </itemizedlist>
    4347    </listitem>
  • introduction/sparc64/changelog.xml

    r2533bdfd r6db8b2c  
    4040          <para>[jim] - Silo builds correctly only if Silo and Elftoaout are built as
    4141          32 Bit.</para>
     42        </listitem>
     43        <listitem>
     44          <para>[jim] - Elftoaout 64bit fixes are in place, we can now build Silo using
     45          a 64bit elftoaout. Thank you to the Linux-Sparc list, especially Dave Miller.</para>
    4246        </listitem>
    4347      </itemizedlist>
  • materials/sparc/patches.xml

    r2533bdfd r6db8b2c  
    2626        <para><ulink
    2727        url="&patches-root;binutils/&binutils-sparc_tls-patch;"/></para>
     28      </listitem>
     29    </varlistentry>
     30
     31    <varlistentry os="elftoaout-fixes-patch">
     32      <term>Elftoaout Fixes Patch - 6.7 KB:</term>
     33      <listitem>
     34        <para><ulink
     35        url="&patches-root;elftoaout/&elftoaout-fixes-patch;"/></para>
    2836      </listitem>
    2937    </varlistentry>
  • materials/sparc64-64/patches.xml

    r2533bdfd r6db8b2c  
    2020    href="../sparc/patches.xml"
    2121    xpointer="xpointer(//*[@os='binutils-sparc_tls-patch'])"/>
     22
     23    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     24    href="../sparc/patches.xml"
     25    xpointer="xpointer(//*[@os='elftoaout-fixes-patch'])"/>
    2226
    2327    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • materials/sparc64/patches.xml

    r2533bdfd r6db8b2c  
    2424    href="../sparc/patches.xml"
    2525    xpointer="xpointer(//*[@os='binutils-sparc_tls-patch'])"/>
     26
     27    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     28    href="../sparc/patches.xml"
     29    xpointer="xpointer(//*[@os='elftoaout-fixes-patch'])"/>
    2630
    2731    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • materials/sparcv8/patches.xml

    r2533bdfd r6db8b2c  
    1616    href="../sparc/patches.xml"
    1717    xpointer="xpointer(//*[@os='binutils-sparc_aout-patch'])"/>
     18
     19    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     20    href="../sparc/patches.xml"
     21    xpointer="xpointer(//*[@os='elftoaout-fixes-patch'])"/>
    1822
    1923    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • patches.ent

    r2533bdfd r6db8b2c  
    8383<!ENTITY binutils-sparc_aout-patch "binutils-&binutils-version;-sparc_aout-1.patch">
    8484
     85<!ENTITY elftoaout-fixes-patch "elftoaout-&elftoaout-version;-64bit_fixes-1.patch">
     86
    8587<!ENTITY glibc-sparc_tls-patch "glibc-&glibc-version;-sparc_tls-1.patch">
    8688<!ENTITY glibc-sparc_gcc4_fixes-patch "glibc-&glibc-linuxthreads-version;-sparc_gcc4_fixes-1.patch">
Note: See TracChangeset for help on using the changeset viewer.