Author: jim
Date: 2005-09-20 01:26:04 -0600 (Tue, 20 Sep 2005)
New Revision: 6876
Modified:
branches/cross-lfs/BOOK/
branches/cross-lfs/BOOK/boot/alpha/aboot-build.xml
branches/cross-lfs/BOOK/boot/common/sysvinit.xml
branches/cross-lfs/BOOK/boot/multilib/sysvinit.xml
branches/cross-lfs/BOOK/final-system/alpha/aboot.xml
branches/cross-lfs/BOOK/introduction/alpha/changelog.xml
branches/cross-lfs/BOOK/introduction/alpha/whatsnew.xml
branches/cross-lfs/BOOK/introduction/common/changelog.xml
branches/cross-lfs/BOOK/materials/alpha/patches.xml
branches/cross-lfs/BOOK/patches.ent
Log:
[EMAIL PROTECTED]: jim | 2005-09-19 16:46:06 -0700
Started to Add Aboot information in for Alpha. Removed the last remaining
LDFLAGS=-s
Property changes on: branches/cross-lfs/BOOK
___________________________________________________________________
Name: svk:merge
- 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:7455
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
+ 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:7456
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
Modified: branches/cross-lfs/BOOK/boot/alpha/aboot-build.xml
===================================================================
--- branches/cross-lfs/BOOK/boot/alpha/aboot-build.xml 2005-09-20 07:25:54 UTC
(rev 6875)
+++ branches/cross-lfs/BOOK/boot/alpha/aboot-build.xml 2005-09-20 07:26:04 UTC
(rev 6876)
@@ -43,8 +43,18 @@
<sect2 role="installation">
<title>Installation of Aboot</title>
- <para>This section is be written.</para>
+ <para os="aa">The following patches addresses build issues with GCC
4.x:</para>
+<screen os="ab"><userinput>patch -Np1 -i
../&aboot-alpha-patch;</userinput></screen>
+
+ <para>Compile the package:</para>
+
+<screen><userinput>make CC="${CC}"</userinput></screen>
+
+ <para>Install the package:</para>
+
+<screen><userinput>make root="${LFS}" install</userinput></screen>
+
</sect2>
<sect2 role="content">
Modified: branches/cross-lfs/BOOK/boot/common/sysvinit.xml
===================================================================
--- branches/cross-lfs/BOOK/boot/common/sysvinit.xml 2005-09-20 07:25:54 UTC
(rev 6875)
+++ branches/cross-lfs/BOOK/boot/common/sysvinit.xml 2005-09-20 07:26:04 UTC
(rev 6876)
@@ -57,7 +57,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
<screen os="ac"><userinput>make -C src clobber
-make -C src CC="${CC}" LDFLAGS="-s"</userinput></screen>
+make -C src CC="${CC}"</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/common/sysvinit.xml"
Modified: branches/cross-lfs/BOOK/boot/multilib/sysvinit.xml
===================================================================
--- branches/cross-lfs/BOOK/boot/multilib/sysvinit.xml 2005-09-20 07:25:54 UTC
(rev 6875)
+++ branches/cross-lfs/BOOK/boot/multilib/sysvinit.xml 2005-09-20 07:26:04 UTC
(rev 6876)
@@ -56,7 +56,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
<screen os="ac"><userinput>make -C src clobber
-make -C src CC="${CC} ${BUILD64}" LDFLAGS="-s"</userinput></screen>
+make -C src CC="${CC} ${BUILD64}"</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/sysvinit.xml"
Modified: branches/cross-lfs/BOOK/final-system/alpha/aboot.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/alpha/aboot.xml 2005-09-20
07:25:54 UTC (rev 6875)
+++ branches/cross-lfs/BOOK/final-system/alpha/aboot.xml 2005-09-20
07:26:04 UTC (rev 6876)
@@ -45,8 +45,18 @@
<sect2 id="install-aboot" role="installation">
<title>Installation of aboot</title>
- <para os="a">This section is to be written</para>
+ <para os="aa">The following patches addresses build issues with GCC
4.x:</para>
+<screen os="ab"><userinput>patch -Np1 -i
../&aboot-alpha-patch;</userinput></screen>
+
+ <para>Compile the package:</para>
+
+<screen><userinput>make</userinput></screen>
+
+ <para>Install the package:</para>
+
+<screen><userinput>make install</userinput></screen>
+
</sect2>
<sect2 id="contents-aboot" role="content">
Modified: branches/cross-lfs/BOOK/introduction/alpha/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/alpha/changelog.xml 2005-09-20
07:25:54 UTC (rev 6875)
+++ branches/cross-lfs/BOOK/introduction/alpha/changelog.xml 2005-09-20
07:26:04 UTC (rev 6876)
@@ -36,6 +36,15 @@
-->
<listitem>
+ <para>September 19, 2005</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jim] - Started to add instructions for Aboot build.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>September 13, 2005</para>
<itemizedlist>
<listitem>
Modified: branches/cross-lfs/BOOK/introduction/alpha/whatsnew.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/alpha/whatsnew.xml 2005-09-20
07:25:54 UTC (rev 6875)
+++ branches/cross-lfs/BOOK/introduction/alpha/whatsnew.xml 2005-09-20
07:26:04 UTC (rev 6876)
@@ -31,6 +31,9 @@
<title>Added:</title>
<listitem>
+ <para>&aboot-alpha-patch;</para>
+ </listitem>
+ <listitem>
<para>&gcc-specs-patch;</para>
</listitem>
</itemizedlist>
Modified: branches/cross-lfs/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/common/changelog.xml 2005-09-20
07:25:54 UTC (rev 6875)
+++ branches/cross-lfs/BOOK/introduction/common/changelog.xml 2005-09-20
07:26:04 UTC (rev 6876)
@@ -39,6 +39,15 @@
-->
<listitem>
+ <para>September 19, 2005</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jim] - Removed LDFLAGS="-s" from sysvinit builds.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>September 17, 2005</para>
<itemizedlist>
<listitem>
Modified: branches/cross-lfs/BOOK/materials/alpha/patches.xml
===================================================================
--- branches/cross-lfs/BOOK/materials/alpha/patches.xml 2005-09-20 07:25:54 UTC
(rev 6875)
+++ branches/cross-lfs/BOOK/materials/alpha/patches.xml 2005-09-20 07:26:04 UTC
(rev 6876)
@@ -15,6 +15,14 @@
<variablelist role="materials">
<varlistentry>
+ <term>Aboot Patch - 6 MB:</term>
+ <listitem>
+ <para><ulink
+ url="&patches-root;aboot/&aboot-alpha-patch;"/></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>GCC Specs Patch - 14 KB:</term>
<listitem>
<para><ulink
Modified: branches/cross-lfs/BOOK/patches.ent
===================================================================
--- branches/cross-lfs/BOOK/patches.ent 2005-09-20 07:25:54 UTC (rev 6875)
+++ branches/cross-lfs/BOOK/patches.ent 2005-09-20 07:26:04 UTC (rev 6876)
@@ -95,3 +95,8 @@
<!ENTITY procps-mips-patch "procps-&procps-version;-fix_mips-1.patch">
<!ENTITY util-linux-mips64-patch
"util-linux-&util-linux-version;-mips64_fix-1.patch">
+
+<!-- Start of Alpha patches -->
+
+<!ENTITY aboot-alpha-patch "aboot-&aboot-version;-kernel26_gcc4_fixes-1.patch">
+
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page