Changeset e513f46


Ignore:
Timestamp:
Aug 5, 2006, 10:32:06 PM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
2ae76c7c
Parents:
83f4cc8
Message:

Text fixes in multilib flags page

File:
1 edited

Legend:

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

    r83f4cc8 re513f46  
    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.