Changeset 2533bdfd


Ignore:
Timestamp:
Feb 21, 2006, 2:00:14 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
6db8b2c
Parents:
0869232
Message:

r993@server (orig r991): jim | 2006-01-03 09:01:31 -0800

r1252@server: jim | 2006-01-03 08:55:16 -0800
Fixed Silo Build, only will build if Silo and Elftoaout are 32 Bit. 64 Bit build needs to be looked at


Files:
2 added
8 edited

Legend:

Unmodified
Added
Removed
  • boot/sparc/silo-build.xml

    r0869232 r2533bdfd  
    4141    xpointer="xpointer(//*[@os='d'])"/>
    4242
    43 <screen os="ab"><userinput>make install DESTDIR=${LFS}</userinput></screen>
    44 
    45     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    46     href="../../final-system/sparc/silo.xml"
    47     xpointer="xpointer(//*[@os='f'])"/>
    48 
    49 <screen os="ac"><userinput>tar -xvf silo-loaders-&silo-version;.tar.gz -C ${LFS}</userinput></screen>
    50 
    5143  </sect2>
    5244
  • final-system/sparc/silo.xml

    r0869232 r2533bdfd  
    4646<screen os="e"><userinput>make install</userinput></screen>
    4747
    48    <para os="f">Due to a compile issue with the current toolchains, we are going
    49    to use the precompiled boot files. This is a temporary fix to the book, but
    50    will give us a functional system. As soon as a fix is released, this section
    51    will be removed. Here is how you install the precompiled files:</para>
    52 
    53 <screen os="g"><userinput>tar -xvf silo-loaders-&silo-version;.tar.gz -C ${LFS}</userinput></screen>
    54 
    5548  </sect2>
    5649
  • final-system/sparc64-64-chapter.xml

    r0869232 r2533bdfd  
    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="sparc/elftoaout.xml"/>
     65  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/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

    r0869232 r2533bdfd  
    2424    <para>Compile the ELFtoaout package:</para>
    2525
    26 <screen><userinput>make CC="gcc ${BUILD64}"</userinput></screen>
     26<screen><userinput>make CC="gcc ${BUILD32}"</userinput></screen>
    2727
    2828    <para>Install the package:</para>
  • final-system/sparc64/silo.xml

    r0869232 r2533bdfd  
    4444    xpointer="xpointer(//*[@os='e'])"/>
    4545
    46     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    47     href="../sparc/silo.xml"
    48     xpointer="xpointer(//*[@os='f'])"/>
    49 
    50     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    51     href="../sparc/silo.xml"
    52     xpointer="xpointer(//*[@os='g'])"/>
    53 
    5446  </sect2>
    5547
  • introduction/common/changelog.xml

    r0869232 r2533bdfd  
    3636    </listitem>
    3737-->
     38
    3839    <listitem>
    3940      <para>December 30, 2005</para>
  • introduction/sparc/changelog.xml

    r0869232 r2533bdfd  
    3535
    3636    <listitem>
     37      <para>January 3, 2006</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jim] - Silo builds correctly only if Silo and Elftoaout are built as
     41          32 Bit.</para>
     42        </listitem>
     43      </itemizedlist>
     44    </listitem>
     45
     46    <listitem>
    3747      <para>January 2, 2006</para>
    3848      <itemizedlist>
  • introduction/sparc64/changelog.xml

    r0869232 r2533bdfd  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>January 3, 2006</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jim] - Silo builds correctly only if Silo and Elftoaout are built as
     41          32 Bit.</para>
     42        </listitem>
     43      </itemizedlist>
     44    </listitem>
    3545
    3646    <listitem>
Note: See TracChangeset for help on using the changeset viewer.