Author: jim
Date: 2006-06-29 17:47:07 -0600 (Thu, 29 Jun 2006)
New Revision: 1862
Modified:
/
trunk/BOOK/
trunk/BOOK/boot/common/e2fsprogs.xml
trunk/BOOK/boot/common/module-init-tools.xml
trunk/BOOK/boot/multilib/module-init-tools.xml
trunk/BOOK/boot/ppc64/e2fsprogs.xml
trunk/BOOK/boot/x86/grub-build.xml
trunk/BOOK/boot/x86_64/grub-build.xml
trunk/BOOK/general.ent
trunk/BOOK/introduction/common/changelog.xml
trunk/BOOK/temp-system/64/ncurses.xml
trunk/BOOK/temp-system/common/bash.xml
trunk/BOOK/temp-system/common/diffutils.xml
trunk/BOOK/temp-system/common/findutils.xml
trunk/BOOK/temp-system/common/gettext.xml
trunk/BOOK/temp-system/common/grep.xml
trunk/BOOK/temp-system/common/gzip.xml
trunk/BOOK/temp-system/common/make.xml
trunk/BOOK/temp-system/common/ncurses.xml
trunk/BOOK/temp-system/common/patch.xml
trunk/BOOK/temp-system/common/sed.xml
trunk/BOOK/temp-system/common/tar.xml
trunk/BOOK/temp-system/multilib/bash.xml
trunk/BOOK/temp-system/multilib/diffutils.xml
trunk/BOOK/temp-system/multilib/findutils.xml
trunk/BOOK/temp-system/multilib/gettext.xml
trunk/BOOK/temp-system/multilib/grep.xml
trunk/BOOK/temp-system/multilib/gzip.xml
trunk/BOOK/temp-system/multilib/make.xml
trunk/BOOK/temp-system/multilib/ncurses.xml
trunk/BOOK/temp-system/multilib/patch.xml
trunk/BOOK/temp-system/multilib/sed.xml
trunk/BOOK/temp-system/multilib/tar.xml
Log:
[EMAIL PROTECTED] (orig r1940): jim | 2006-06-29 16:07:12 -0700
[EMAIL PROTECTED]: jim | 2006-06-29 16:03:00 -0700
Updated Temp-System and Boot builds to be more
consistant. Added --build=${LFS_HOST}, where possible.
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:1939
+ b6734a72-470d-0410-b049-f317dca95413:/:1940
Property changes on: trunk/BOOK
___________________________________________________________________
Name: svk:merge
- 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:4144
3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422
3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269
b6734a72-470d-0410-b049-f317dca95413:/trunk/BOOK:1406
f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790
+ 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:4179
3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422
3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269
b6734a72-470d-0410-b049-f317dca95413:/trunk/BOOK:1406
f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790
Modified: trunk/BOOK/boot/common/e2fsprogs.xml
===================================================================
--- trunk/BOOK/boot/common/e2fsprogs.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/boot/common/e2fsprogs.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -36,7 +36,7 @@
<screen os="aa"><userinput>../configure --prefix=/tools \
--enable-elf-shlibs --disable-evms \
- --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<variablelist os="e">
<title>The meaning of the configure options:</title>
Modified: trunk/BOOK/boot/common/module-init-tools.xml
===================================================================
--- trunk/BOOK/boot/common/module-init-tools.xml 2006-06-29 23:45:45 UTC
(rev 1861)
+++ trunk/BOOK/boot/common/module-init-tools.xml 2006-06-29 23:47:07 UTC
(rev 1862)
@@ -27,7 +27,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'e'])"/>
<screen os="f"><userinput>./configure --prefix=/ \
- --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/common/module-init-tools.xml"
Modified: trunk/BOOK/boot/multilib/module-init-tools.xml
===================================================================
--- trunk/BOOK/boot/multilib/module-init-tools.xml 2006-06-29 23:45:45 UTC
(rev 1861)
+++ trunk/BOOK/boot/multilib/module-init-tools.xml 2006-06-29 23:47:07 UTC
(rev 1862)
@@ -27,7 +27,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'e'])"/>
<screen os="f"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/ \
- --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/module-init-tools.xml"
Modified: trunk/BOOK/boot/ppc64/e2fsprogs.xml
===================================================================
--- trunk/BOOK/boot/ppc64/e2fsprogs.xml 2006-06-29 23:45:45 UTC (rev 1861)
+++ trunk/BOOK/boot/ppc64/e2fsprogs.xml 2006-06-29 23:47:07 UTC (rev 1862)
@@ -55,7 +55,7 @@
<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
--enable-elf-shlibs --disable-evms \
---host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
+--build=${LFS_HOST} --host=${LFS_TARGET}
--cache-file=config.cache</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/e2fsprogs.xml"
Modified: trunk/BOOK/boot/x86/grub-build.xml
===================================================================
--- trunk/BOOK/boot/x86/grub-build.xml 2006-06-29 23:45:45 UTC (rev 1861)
+++ trunk/BOOK/boot/x86/grub-build.xml 2006-06-29 23:47:07 UTC (rev 1862)
@@ -39,7 +39,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'b'])"/>
<screen os="aa"><userinput>./configure --prefix=/usr \
- --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/x86/grub.xml"
Modified: trunk/BOOK/boot/x86_64/grub-build.xml
===================================================================
--- trunk/BOOK/boot/x86_64/grub-build.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/boot/x86_64/grub-build.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -31,7 +31,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'b'])"/>
<screen os="aa"><userinput>CC="${CC} ${BUILD32}" ./configure --prefix=/usr \
- --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../x86/grub-build.xml"
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-06-29 23:45:45 UTC (rev 1861)
+++ trunk/BOOK/general.ent 2006-06-29 23:47:07 UTC (rev 1862)
@@ -4,8 +4,8 @@
<!ENTITY minor-version "0">
<!ENTITY extra-version "0rc1">
-<!ENTITY version
"SVN-&major-version;.&minor-version;.&extra-version;-20060628">
-<!ENTITY releasedate "June 28, 2006">
+<!ENTITY version
"SVN-&major-version;.&minor-version;.&extra-version;-20060629">
+<!ENTITY releasedate "June 29, 2006">
<!ENTITY milestone "0.1">
<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]"
-->
Modified: trunk/BOOK/introduction/common/changelog.xml
===================================================================
--- trunk/BOOK/introduction/common/changelog.xml 2006-06-29 23:45:45 UTC
(rev 1861)
+++ trunk/BOOK/introduction/common/changelog.xml 2006-06-29 23:47:07 UTC
(rev 1862)
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>June 29, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jim] - Updated Temp-System and Boot builds to be more
+ consistant. Added --build=${LFS_HOST}, where possible.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>June 27, 2006</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/temp-system/64/ncurses.xml
===================================================================
--- trunk/BOOK/temp-system/64/ncurses.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/64/ncurses.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -27,7 +27,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="b"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
- ./configure --prefix=/tools --with-shared \
+ ./configure --prefix=/tools --with-shared --build=${LFS_HOST} \
--host=${LFS_TARGET} --without-debug --without-ada \
--enable-overwrite --with-build-cc=gcc</userinput></screen>
Modified: trunk/BOOK/temp-system/common/bash.xml
===================================================================
--- trunk/BOOK/temp-system/common/bash.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/common/bash.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -31,8 +31,8 @@
xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
<screen os="h"><userinput>./configure --prefix=/tools \
- --without-bash-malloc --host=${LFS_TARGET} \
- --cache-file=config.cache</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET} \
+ --without-bash-malloc --cache-file=config.cache</userinput></screen>
<variablelist os="ad">
<title>The meaning of the configure option:</title>
Modified: trunk/BOOK/temp-system/common/diffutils.xml
===================================================================
--- trunk/BOOK/temp-system/common/diffutils.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/common/diffutils.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -25,7 +25,7 @@
<para os="a">Prepare Diffutils for compilation:</para>
<screen os="b"><userinput>./configure --prefix=/tools \
- --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<para os="c">Compile the package:</para>
Modified: trunk/BOOK/temp-system/common/findutils.xml
===================================================================
--- trunk/BOOK/temp-system/common/findutils.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/common/findutils.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -32,7 +32,8 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="ac"><userinput>./configure --prefix=/tools \
- --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET} \
+ --cache-file=config.cache</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/common/findutils.xml"
Modified: trunk/BOOK/temp-system/common/gettext.xml
===================================================================
--- trunk/BOOK/temp-system/common/gettext.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/common/gettext.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -31,8 +31,8 @@
<para os="c">Prepare Gettext for compilation:</para>
<screen os="d"><userinput>./configure --prefix=/tools \
- --host=${LFS_TARGET} --disable-shared \
- --cache-file=config.cache</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET} \
+ --disable-shared --cache-file=config.cache</userinput></screen>
<variablelist os="e">
<title>The meaning of the configure options:</title>
Modified: trunk/BOOK/temp-system/common/grep.xml
===================================================================
--- trunk/BOOK/temp-system/common/grep.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/common/grep.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -27,7 +27,8 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="ca"><userinput>./configure --prefix=/tools \
- --host=${LFS_TARGET} --disable-perl-regexp</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET} \
+ --disable-perl-regexp</userinput></screen>
<variablelist os="cb">
<title>The meaning of the configure options:</title>
Modified: trunk/BOOK/temp-system/common/gzip.xml
===================================================================
--- trunk/BOOK/temp-system/common/gzip.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/common/gzip.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -33,7 +33,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="ac"><userinput>./configure --prefix=/tools \
- --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/common/gzip.xml"
Modified: trunk/BOOK/temp-system/common/make.xml
===================================================================
--- trunk/BOOK/temp-system/common/make.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/common/make.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -27,7 +27,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="aa"><userinput>./configure --prefix=/tools \
- --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/common/make.xml"
Modified: trunk/BOOK/temp-system/common/ncurses.xml
===================================================================
--- trunk/BOOK/temp-system/common/ncurses.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/common/ncurses.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -27,7 +27,8 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="b"><userinput>./configure --prefix=/tools --with-shared \
- --host=${LFS_TARGET} --without-debug --without-ada \
+ --build=${LFS_HOST} --host=${LFS_TARGET} \
+ --without-debug --without-ada \
--enable-overwrite --with-build-cc=gcc</userinput></screen>
<variablelist os="c">
Modified: trunk/BOOK/temp-system/common/patch.xml
===================================================================
--- trunk/BOOK/temp-system/common/patch.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/common/patch.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -24,7 +24,8 @@
<para os="a">Prepare Patch for compilation:</para>
-<screen os="b"><userinput>./configure --prefix=/tools
--host=${LFS_TARGET}</userinput></screen>
+<screen os="b"><userinput>./configure --prefix=/tools \
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<para os="c">Compile the package:</para>
Modified: trunk/BOOK/temp-system/common/sed.xml
===================================================================
--- trunk/BOOK/temp-system/common/sed.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/common/sed.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -25,7 +25,7 @@
<para os="a">Prepare Sed for compilation:</para>
<screen os="b"><userinput>./configure --prefix=/tools \
- --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<para os="c">Compile the package:</para>
Modified: trunk/BOOK/temp-system/common/tar.xml
===================================================================
--- trunk/BOOK/temp-system/common/tar.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/common/tar.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -32,7 +32,8 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="b"><userinput>./configure --prefix=/tools \
- --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET} \
+ --cache-file=config.cache</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/common/tar.xml"
Modified: trunk/BOOK/temp-system/multilib/bash.xml
===================================================================
--- trunk/BOOK/temp-system/multilib/bash.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/multilib/bash.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -36,8 +36,8 @@
<screen os="h"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
./configure --prefix=/tools \
- --without-bash-malloc --host=${LFS_TARGET} \
- --cache-file=config.cache</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET} \
+ --without-bash-malloc --cache-file=config.cache</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/bash.xml"
Modified: trunk/BOOK/temp-system/multilib/diffutils.xml
===================================================================
--- trunk/BOOK/temp-system/multilib/diffutils.xml 2006-06-29 23:45:45 UTC
(rev 1861)
+++ trunk/BOOK/temp-system/multilib/diffutils.xml 2006-06-29 23:47:07 UTC
(rev 1862)
@@ -27,7 +27,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
- --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/diffutils.xml"
Modified: trunk/BOOK/temp-system/multilib/findutils.xml
===================================================================
--- trunk/BOOK/temp-system/multilib/findutils.xml 2006-06-29 23:45:45 UTC
(rev 1861)
+++ trunk/BOOK/temp-system/multilib/findutils.xml 2006-06-29 23:47:07 UTC
(rev 1862)
@@ -35,7 +35,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="ac"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
- --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}
--cache-file=config.cache</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/findutils.xml"
Modified: trunk/BOOK/temp-system/multilib/gettext.xml
===================================================================
--- trunk/BOOK/temp-system/multilib/gettext.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/multilib/gettext.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -36,7 +36,7 @@
<screen os="d"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
./configure --prefix=/tools \
- --host=${LFS_TARGET} --disable-shared \
+ --build=${LFS_HOST} --host=${LFS_TARGET} --disable-shared \
--cache-file=config.cache</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/temp-system/multilib/grep.xml
===================================================================
--- trunk/BOOK/temp-system/multilib/grep.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/multilib/grep.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -27,7 +27,8 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="ca"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
- --host=${LFS_TARGET} --disable-perl-regexp</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET} \
+ --disable-perl-regexp</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/grep.xml"
Modified: trunk/BOOK/temp-system/multilib/gzip.xml
===================================================================
--- trunk/BOOK/temp-system/multilib/gzip.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/multilib/gzip.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -35,7 +35,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="ac"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
- --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/gzip.xml"
Modified: trunk/BOOK/temp-system/multilib/make.xml
===================================================================
--- trunk/BOOK/temp-system/multilib/make.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/multilib/make.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -27,7 +27,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
- --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/common/make.xml"
Modified: trunk/BOOK/temp-system/multilib/ncurses.xml
===================================================================
--- trunk/BOOK/temp-system/multilib/ncurses.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/multilib/ncurses.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -28,8 +28,10 @@
<screen os="b"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
./configure --prefix=/tools --with-shared \
- --host=${LFS_TARGET} --without-debug --without-ada \
- --enable-overwrite --with-build-cc=gcc
--libdir=/tools/lib64</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET} \
+ --without-debug --without-ada \
+ --enable-overwrite --with-build-cc=gcc \
+ --libdir=/tools/lib64</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/ncurses.xml"
Modified: trunk/BOOK/temp-system/multilib/patch.xml
===================================================================
--- trunk/BOOK/temp-system/multilib/patch.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/multilib/patch.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -27,7 +27,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
- --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/patch.xml"
Modified: trunk/BOOK/temp-system/multilib/sed.xml
===================================================================
--- trunk/BOOK/temp-system/multilib/sed.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/multilib/sed.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -27,7 +27,7 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
- --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/sed.xml"
Modified: trunk/BOOK/temp-system/multilib/tar.xml
===================================================================
--- trunk/BOOK/temp-system/multilib/tar.xml 2006-06-29 23:45:45 UTC (rev
1861)
+++ trunk/BOOK/temp-system/multilib/tar.xml 2006-06-29 23:47:07 UTC (rev
1862)
@@ -35,7 +35,8 @@
xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
- --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET} \
+ --cache-file=config.cache</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/tar.xml"
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page