Changeset 67e51c0


Ignore:
Timestamp:
Jan 1, 2008, 11:21:43 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
af04f13
Parents:
4bf6516f
Message:

Update the aboot patch so that it builds again.

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/alpha/aboot-build.xml

    r4bf6516f r67e51c0  
    3333    <para>Compile the package:</para>
    3434
    35 <screen><userinput>make CC="${CC}"</userinput></screen>
     35<screen><userinput>make CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    3636
    3737    <para>Install the package:</para>
    3838
    39 <screen><userinput>make root="${CLFS}" bindir=/cross-tools/bin install</userinput></screen>
     39<screen><userinput>make DESTDIR="${CLFS}" BINDIR="/cross-tools/bin" install</userinput></screen>
    4040
    4141  </sect2>
  • BOOK/introduction/alpha/changelog.xml

    r4bf6516f r67e51c0  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>Janurary 1, 2007</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jciccone] - Update the aboot patch so that it builds again.</para>
     41        </listitem>
     42      </itemizedlist>
     43    </listitem>
    3544
    3645    <listitem>
  • BOOK/patches.ent

    r4bf6516f r67e51c0  
    143143<!-- Start of Alpha patches -->
    144144
    145 <!ENTITY aboot-alpha-patch "aboot-&aboot-version;-kernel26_gcc4_fixes-4.patch">
    146 <!ENTITY aboot-alpha-patch-md5 "2b83c5aa0c6edada9ab04cb6331b0806">
    147 <!ENTITY aboot-alpha-patch-size "100 KB">
     145<!ENTITY aboot-alpha-patch "aboot-&aboot-version;-fixes-5.patch">
     146<!ENTITY aboot-alpha-patch-md5 "33577862f8829e0149655397f95b5140">
     147<!ENTITY aboot-alpha-patch-size "180 KB">
    148148
    149149<!ENTITY glibc-alpha_ptr_mangle_fix-patch "glibc-&glibc-version;-alpha_PTR_MANGLE_fix-1.patch">
Note: See TracChangeset for help on using the changeset viewer.