Author: jhuntwork
Date: 2005-05-09 19:45:28 -0600 (Mon, 09 May 2005)
New Revision: 5287
Modified:
branches/cross-lfs/BOOK/introduction/changelog.xml
branches/cross-lfs/BOOK/temp-system/coreutils.xml
Log:
Temp-System: Added Sparc64 instructions to coreutils
Modified: branches/cross-lfs/BOOK/introduction/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/changelog.xml 2005-05-10 00:47:52 UTC
(rev 5286)
+++ branches/cross-lfs/BOOK/introduction/changelog.xml 2005-05-10 01:45:28 UTC
(rev 5287)
@@ -103,6 +103,7 @@
<itemizedlist>
<listitem><para>May 9, 2005 [jhuntwork]</para>
<itemizedlist>
+<listitem><para>Temp-System: Added Sparc64 instructions to
coreutils.</para></listitem>
<listitem><para>Temp-System: Added Sparc64 instructions to gawk, minor fixes
to zlib pages.</para></listitem>
<listitem><para>Temp-System: Added Sparc64 instructions to zlib, and created a
zlib-32 page.</para></listitem>
<listitem><para>Temp-System: Added Sparc64 instructions to gcc, fixed a sed
for all archs.</para></listitem>
Modified: branches/cross-lfs/BOOK/temp-system/coreutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/coreutils.xml 2005-05-10 00:47:52 UTC
(rev 5286)
+++ branches/cross-lfs/BOOK/temp-system/coreutils.xml 2005-05-10 01:45:28 UTC
(rev 5287)
@@ -34,10 +34,14 @@
<para>Prepare Coreutils for compilation:</para>
-<screen><userinput>DEFAULT_POSIX2_VERSION=199209 \
+<screen arch="x86;ppc;sparc;raq2;"><userinput>DEFAULT_POSIX2_VERSION=199209 \
./configure --prefix=/tools --cache-file=config.cache \
--build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
+<screen arch="sparc64"><userinput>DEFAULT_POSIX2_VERSION=199209
CC="${LFS_TARGET}-gcc -m64 -mcpu=ultrasparc" \
+ ./configure --prefix=/tools --cache-file=config.cache \
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
+
<para>Compile the package:</para>
<screen><userinput>make LDFLAGS="-s"</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page