Changeset 72ba28f


Ignore:
Timestamp:
Jan 29, 2013, 2:39:12 PM (11 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
7dc574e7
Parents:
8929f07
Message:

Updated SILO build instructions in the boot method.

Location:
BOOK
Files:
5 edited

Legend:

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

    r8929f07 r72ba28f  
    3131    xpointer="xpointer(//*[@os='b'])"/>
    3232
     33<para os="ae">This sed allows us to compile the bin2h binary separately.</para>
     34
     35<screen os="ad"><userinput>sed -i -e 's@\$(PROGRAMS)$@programs\n\nprograms: &amp;@' common/Makefile</userinput></screen>
     36
     37<para os="af">Compile the bin2h and util binaries for the host.</para>
     38
     39<screen os="aa"><userinput>make -C common programs CC=cc
     40make -C second util CC=cc</userinput></screen>
     41
     42    <variablelist>
     43      <varlistentry>
     44        <term><parameter>CC=cc</parameter></term>
     45        <listitem>
     46          <para>Overwrites the default value of <command>gcc -m32</command> which will fail
     47to compile on 64 bit targets. This is not to be confused with <command>CC=${CC}</command> below.</para>
     48        </listitem>
     49      </varlistentry>
     50    </variablelist>
     51
    3352    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3453    href="../../final-system/sparc/silo.xml"
    3554    xpointer="xpointer(//*[@os='c'])"/>
    3655
    37 <screen os="aa"><userinput>make CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
     56<screen os="ac"><userinput>make CC=${CC} AS=${AS} LD=${LD} STRIP=${STRIP}</userinput></screen>
    3857
    3958    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/general.ent

    r8929f07 r72ba28f  
    33<!ENTITY month "01"> <!-- Use two digits -->
    44<!ENTITY month_name "January">
    5 <!ENTITY day "27"> <!-- Use two digits -->
     5<!ENTITY day "29"> <!-- Use two digits -->
    66<!ENTITY year "2013"> <!-- Use four digits -->
    77
  • BOOK/introduction/sparc/changelog.xml

    r8929f07 r72ba28f  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>29 January 2013</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[Jonathan] - Updated SILO build commands in the boot method.</para>
     41        </listitem>
     42      </itemizedlist>
     43    </listitem>
     44
    3545    <listitem>
    3646      <para>01 September 2012</para>
  • BOOK/introduction/sparc64-64/changelog.xml

    r8929f07 r72ba28f  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>29 January 2013</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[Jonathan] - Updated SILO build commands in the boot method.</para>
     41        </listitem>
     42      </itemizedlist>
     43    </listitem>
     44
    3545   <listitem>
    3646      <para>01 September 2012</para>
  • BOOK/introduction/sparc64/changelog.xml

    r8929f07 r72ba28f  
    3333
    3434-->
     35    <listitem>
     36      <para>29 January 2013</para>
     37      <itemizedlist>
     38        <listitem>
     39          <para>[Jonathan] - Updated SILO build commands in the boot method.</para>
     40        </listitem>
     41      </itemizedlist>
     42    </listitem>
     43
    3544    <listitem>
    3645      <para>27 January 2013</para>
Note: See TracChangeset for help on using the changeset viewer.