Author: jim
Date: 2006-08-06 01:46:47 -0600 (Sun, 06 Aug 2006)
New Revision: 2173
Modified:
/
trunk/BOOK/cross-tools/multilib/flags.xml
Log:
[EMAIL PROTECTED] (orig r2298): [EMAIL PROTECTED] | 2006-08-05 22:32:06 -0700
Text fixes in multilib flags page
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:2297
+ b6734a72-470d-0410-b049-f317dca95413:/:2298
Modified: trunk/BOOK/cross-tools/multilib/flags.xml
===================================================================
--- trunk/BOOK/cross-tools/multilib/flags.xml 2006-08-06 07:46:39 UTC (rev
2172)
+++ trunk/BOOK/cross-tools/multilib/flags.xml 2006-08-06 07:46:47 UTC (rev
2173)
@@ -11,13 +11,13 @@
<title>Build Flags</title>
<para os="a">We will need to setup target specific flags for the compiler
- and linkers.</para>
+ and linker:</para>
<screen os="b"><userinput>export BUILD32="-m32"
export BUILD64="-m64"</userinput></screen>
- <para os="c">Lets add the build flags to <filename>~/.bashrc</filename> to
- prevent issues if we stop and come back later.</para>
+ <para os="c">Let's add the build flags to <filename>~/.bashrc</filename> to
+ prevent issues if we stop and come back later:</para>
<screen os="d"><userinput>echo export BUILD32=\""${BUILD32}\"" >>
~/.bashrc
echo export BUILD64=\""${BUILD64}\"" >> ~/.bashrc</userinput></screen>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page