Author: jhuntwork
Date: 2007-08-31 12:31:00 -0600 (Fri, 31 Aug 2007)
New Revision: 8361
Modified:
branches/jh/BOOK/chapter05/gcc-pass1.xml
branches/jh/BOOK/chapter05/gcc-pass2.xml
branches/jh/BOOK/chapter06/gcc.xml
Log:
Fixed the x86 tests
Modified: branches/jh/BOOK/chapter05/gcc-pass1.xml
===================================================================
--- branches/jh/BOOK/chapter05/gcc-pass1.xml 2007-08-31 12:11:44 UTC (rev
8360)
+++ branches/jh/BOOK/chapter05/gcc-pass1.xml 2007-08-31 18:31:00 UTC (rev
8361)
@@ -48,7 +48,7 @@
Also, the --with-arch flag is only necessary for x86 machines.</para>
<screen><userinput>case $(uname -m) in
- x86) WITHARCH="--with-arch=i486" ;;
+ i?86) WITHARCH="--with-arch=i486" ;;
x86_64) M64="-m64" ;;
esac</userinput></screen>
Modified: branches/jh/BOOK/chapter05/gcc-pass2.xml
===================================================================
--- branches/jh/BOOK/chapter05/gcc-pass2.xml 2007-08-31 12:11:44 UTC (rev
8360)
+++ branches/jh/BOOK/chapter05/gcc-pass2.xml 2007-08-31 18:31:00 UTC (rev
8361)
@@ -137,7 +137,7 @@
<para>The --with-arch flag is only necessary for x86 machines.</para>
<screen><userinput>case $(uname -m) in
- x86) WITHARCH="--with-arch=i486" ;;
+ i?86) WITHARCH="--with-arch=i486" ;;
esac</userinput></screen>
<para>Now prepare GCC for compilation:</para>
Modified: branches/jh/BOOK/chapter06/gcc.xml
===================================================================
--- branches/jh/BOOK/chapter06/gcc.xml 2007-08-31 12:11:44 UTC (rev 8360)
+++ branches/jh/BOOK/chapter06/gcc.xml 2007-08-31 18:31:00 UTC (rev 8361)
@@ -75,7 +75,7 @@
<para>The --with-arch flag is only necessary for x86 machines.</para>
<screen><userinput>case $(uname -m) in
- x86) WITHARCH="--with-arch=i486" ;;
+ i?86) WITHARCH="--with-arch=i486" ;;
esac</userinput></screen>
<para>Prepare GCC for compilation:</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page