Changeset 09bb292
- Timestamp:
- Feb 21, 2006, 2:00:14 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f59ed2c
- Parents:
- b34085fc
- Location:
- BOOK
- Files:
-
- 2 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/sparc/silo-build.xml
rb34085fc r09bb292 41 41 xpointer="xpointer(//*[@os='d'])"/> 42 42 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 51 43 </sect2> 52 44 -
BOOK/final-system/sparc/silo.xml
rb34085fc r09bb292 46 46 <screen os="e"><userinput>make install</userinput></screen> 47 47 48 <para os="f">Due to a compile issue with the current toolchains, we are going49 to use the precompiled boot files. This is a temporary fix to the book, but50 will give us a functional system. As soon as a fix is released, this section51 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 55 48 </sect2> 56 49 -
BOOK/final-system/sparc64-64-chapter.xml
rb34085fc r09bb292 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/udev.xml"/> 64 64 <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"/> 66 66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc/silo.xml"/> 67 67 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/aboutdebug.xml"/> -
BOOK/final-system/sparc64/elftoaout.xml
rb34085fc r09bb292 24 24 <para>Compile the ELFtoaout package:</para> 25 25 26 <screen><userinput>make CC="gcc ${BUILD 64}"</userinput></screen>26 <screen><userinput>make CC="gcc ${BUILD32}"</userinput></screen> 27 27 28 28 <para>Install the package:</para> -
BOOK/final-system/sparc64/silo.xml
rb34085fc r09bb292 44 44 xpointer="xpointer(//*[@os='e'])"/> 45 45 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 54 46 </sect2> 55 47 -
BOOK/introduction/common/changelog.xml
rb34085fc r09bb292 36 36 </listitem> 37 37 --> 38 38 39 <listitem> 39 40 <para>December 30, 2005</para> -
BOOK/introduction/sparc/changelog.xml
rb34085fc r09bb292 35 35 36 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> 45 46 <listitem> 37 47 <para>January 2, 2006</para> 38 48 <itemizedlist> -
BOOK/introduction/sparc64/changelog.xml
rb34085fc r09bb292 33 33 34 34 --> 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> 35 45 36 46 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.