Changeset 2533bdfd for final-system


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


Location:
final-system
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.