Changeset 6a3c4ef


Ignore:
Timestamp:
Aug 5, 2006, 10:32:06 PM (18 years ago)
Author:
Chris Staub <chris@…>
Children:
e8d4634
Parents:
810b146
Message:

Text fixes in multilib flags page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/multilib/flags.xml

    r810b146 r6a3c4ef  
    1212
    1313  <para os="a">We will need to setup target specific flags for the compiler
    14   and linkers.</para>
     14  and linker:</para>
    1515
    1616<screen os="b"><userinput>export BUILD32="-m32"
    1717export BUILD64="-m64"</userinput></screen>
    1818
    19   <para os="c">Lets add the build flags to <filename>~/.bashrc</filename> to
    20   prevent issues if we stop and come back later.</para>
     19  <para os="c">Let's add the build flags to <filename>~/.bashrc</filename> to
     20  prevent issues if we stop and come back later:</para>
    2121
    2222<screen os="d"><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ~/.bashrc
Note: See TracChangeset for help on using the changeset viewer.