Author: jhuntwork
Date: 2005-04-29 21:47:06 -0600 (Fri, 29 Apr 2005)
New Revision: 5147

Modified:
   branches/cross-lfs/BOOK/temp-system/coreutils.xml
   branches/cross-lfs/BOOK/temp-system/diffutils.xml
   branches/cross-lfs/BOOK/temp-system/findutils.xml
   branches/cross-lfs/BOOK/temp-system/flex.xml
   branches/cross-lfs/BOOK/temp-system/gawk.xml
   branches/cross-lfs/BOOK/temp-system/gettext.xml
   branches/cross-lfs/BOOK/temp-system/grep.xml
   branches/cross-lfs/BOOK/temp-system/gzip.xml
   branches/cross-lfs/BOOK/temp-system/m4.xml
   branches/cross-lfs/BOOK/temp-system/make.xml
   branches/cross-lfs/BOOK/temp-system/patch.xml
   branches/cross-lfs/BOOK/temp-system/sed.xml
   branches/cross-lfs/BOOK/temp-system/tar.xml
   branches/cross-lfs/BOOK/temp-system/texinfo.xml
Log:
--target flag should be --host for the target-native builds

Modified: branches/cross-lfs/BOOK/temp-system/coreutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/coreutils.xml   2005-04-30 03:11:02 UTC 
(rev 5146)
+++ branches/cross-lfs/BOOK/temp-system/coreutils.xml   2005-04-30 03:47:06 UTC 
(rev 5147)
@@ -36,7 +36,7 @@
 
 <screen><userinput>DEFAULT_POSIX2_VERSION=199209 \
    ./configure --prefix=/tools --cache-file=config.cache \
-   --target=${LFS_TARGET}</userinput></screen>
+   --host=${LFS_TARGET}</userinput></screen>
 
 <para>Compile the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/diffutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/diffutils.xml   2005-04-30 03:11:02 UTC 
(rev 5146)
+++ branches/cross-lfs/BOOK/temp-system/diffutils.xml   2005-04-30 03:47:06 UTC 
(rev 5147)
@@ -30,7 +30,7 @@
 <para>Prepare Diffutils for compilation:</para>
 
 <screen><userinput>./configure --prefix=/tools \
-    --target=${LFS_TARGET}</userinput></screen>
+    --host=${LFS_TARGET}</userinput></screen>
 
 <para>Compile the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/findutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/findutils.xml   2005-04-30 03:11:02 UTC 
(rev 5146)
+++ branches/cross-lfs/BOOK/temp-system/findutils.xml   2005-04-30 03:47:06 UTC 
(rev 5147)
@@ -35,7 +35,7 @@
 <para>Prepare Findutils for compilation:</para>
 
 <screen><userinput>./configure --prefix=/tools \
-   --target=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
+   --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
 
 <para>Compile the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/flex.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/flex.xml        2005-04-30 03:11:02 UTC 
(rev 5146)
+++ branches/cross-lfs/BOOK/temp-system/flex.xml        2005-04-30 03:47:06 UTC 
(rev 5147)
@@ -42,7 +42,7 @@
 <para>Now prepare Flex for compilation:</para>
 
 <screen><userinput>./configure --prefix=/tools \
-   --target=${LFS_TARGET} --disable-nls</userinput></screen>
+   --host=${LFS_TARGET} --disable-nls</userinput></screen>
 
 <para>Compile the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/gawk.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/gawk.xml        2005-04-30 03:11:02 UTC 
(rev 5146)
+++ branches/cross-lfs/BOOK/temp-system/gawk.xml        2005-04-30 03:47:06 UTC 
(rev 5147)
@@ -30,7 +30,7 @@
 <para>Prepare Gawk for compilation:</para>
 
 <screen><userinput>./configure --prefix=/tools \
-   --target=${LFS_TARGET}</userinput></screen>
+   --host=${LFS_TARGET}</userinput></screen>
 
 <para>Compile the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/gettext.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/gettext.xml     2005-04-30 03:11:02 UTC 
(rev 5146)
+++ branches/cross-lfs/BOOK/temp-system/gettext.xml     2005-04-30 03:47:06 UTC 
(rev 5147)
@@ -35,7 +35,7 @@
 <para>Prepare Gettext for compilation:</para>
 
 <screen><userinput>./configure --prefix=/tools \
-   --target=${LFS_TARGET} --disable-libasprintf \
+   --host=${LFS_TARGET} --disable-libasprintf \
    --without-csharp --cache-file=config.cache</userinput></screen>
 
 <para>The meaning of the configure options:</para>

Modified: branches/cross-lfs/BOOK/temp-system/grep.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/grep.xml        2005-04-30 03:11:02 UTC 
(rev 5146)
+++ branches/cross-lfs/BOOK/temp-system/grep.xml        2005-04-30 03:47:06 UTC 
(rev 5147)
@@ -34,7 +34,7 @@
 <para>Prepare Grep for compilation:</para>
 
 <screen><userinput>./configure --prefix=/tools \
-   --target=${LFS_TARGET} --disable-perl-regexp \
+   --host=${LFS_TARGET} --disable-perl-regexp \
    --with-included-regex</userinput></screen>
 
 <para>The meaning of the configure options:</para>

Modified: branches/cross-lfs/BOOK/temp-system/gzip.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/gzip.xml        2005-04-30 03:11:02 UTC 
(rev 5146)
+++ branches/cross-lfs/BOOK/temp-system/gzip.xml        2005-04-30 03:47:06 UTC 
(rev 5147)
@@ -34,7 +34,7 @@
 <para>Prepare Gzip for compilation:</para>
 
 <screen><userinput>./configure --prefix=/tools \
-   --target=${LFS_TARGET}</userinput></screen>
+   --host=${LFS_TARGET}</userinput></screen>
 
 <para>Compile the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/m4.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/m4.xml  2005-04-30 03:11:02 UTC (rev 
5146)
+++ branches/cross-lfs/BOOK/temp-system/m4.xml  2005-04-30 03:47:06 UTC (rev 
5147)
@@ -30,7 +30,7 @@
 <para>Prepare M4 for compilation:</para>
 
 <screen><userinput>./configure --prefix=/tools \
-   --target=${LFS_TARGET}</userinput></screen>
+   --host=${LFS_TARGET}</userinput></screen>
 
 <para>Compile the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/make.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/make.xml        2005-04-30 03:11:02 UTC 
(rev 5146)
+++ branches/cross-lfs/BOOK/temp-system/make.xml        2005-04-30 03:47:06 UTC 
(rev 5147)
@@ -30,7 +30,7 @@
 <para>Prepare Make for compilation:</para>
 
 <screen><userinput>./configure --prefix=/tools \
-   --target=${LFS_TARGET}</userinput></screen>
+   --host=${LFS_TARGET}</userinput></screen>
 
 <para>Compile the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/patch.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/patch.xml       2005-04-30 03:11:02 UTC 
(rev 5146)
+++ branches/cross-lfs/BOOK/temp-system/patch.xml       2005-04-30 03:47:06 UTC 
(rev 5147)
@@ -30,7 +30,7 @@
 <para>Prepare Patch for compilation:</para>
 
 <screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools \
-   --target=${LFS_TARGET}</userinput></screen>
+   --host=${LFS_TARGET}</userinput></screen>
 
 <para>Compile the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/sed.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/sed.xml 2005-04-30 03:11:02 UTC (rev 
5146)
+++ branches/cross-lfs/BOOK/temp-system/sed.xml 2005-04-30 03:47:06 UTC (rev 
5147)
@@ -30,7 +30,7 @@
 <para>Prepare Sed for compilation:</para>
 
 <screen><userinput>./configure --prefix=/tools \
-   --target=${LFS_TARGET}</userinput></screen>
+   --host=${LFS_TARGET}</userinput></screen>
 
 <para>Compile the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/tar.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/tar.xml 2005-04-30 03:11:02 UTC (rev 
5146)
+++ branches/cross-lfs/BOOK/temp-system/tar.xml 2005-04-30 03:47:06 UTC (rev 
5147)
@@ -35,7 +35,7 @@
 <para>Prepare Tar for compilation:</para>
 
 <screen><userinput>./configure --prefix=/tools \
-   --target=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
+   --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen>
 
 <para>Compile the package:</para>
 

Modified: branches/cross-lfs/BOOK/temp-system/texinfo.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/texinfo.xml     2005-04-30 03:11:02 UTC 
(rev 5146)
+++ branches/cross-lfs/BOOK/temp-system/texinfo.xml     2005-04-30 03:47:06 UTC 
(rev 5147)
@@ -30,7 +30,7 @@
 <para>Prepare Texinfo for compilation:</para>
 
 <screen><userinput>./configure --prefix=/tools \
-   --target=${LFS_TARGET}</userinput></screen>
+   --host=${LFS_TARGET}</userinput></screen>
 
 <para>Compile the package:</para>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to