Ignore:
Timestamp:
Feb 21, 2006, 1:26:16 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
4a9cdca
Parents:
360c931
Message:

r788@server (orig r786): jim | 2005-12-01 12:07:35 -0800

r851@server: jim | 2005-12-01 12:07:08 -0800
Text updates from G. Moko. Thank You


File:
1 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/x86_64-64/flags.xml

    r360c931 rf32f537  
    1111  <title>Build Flags</title>
    1212
    13   <para>We will need to setup target specific flags for the compiler
     13  <para os="a">We will need to setup target specific flags for the compiler
    1414  and linkers.</para>
    1515
    16 <screen><userinput>export BUILD64="-m64"</userinput></screen>
     16<screen os="b"><userinput>export BUILD64="-m64"</userinput></screen>
    1717
    18   <para>Lets add the build flags to <filename>~/.bashrc</filename> to
     18  <para os="c">Lets add the build flags to <filename>~/.bashrc</filename> to
    1919  prevent issues if we stop and come back later.</para>
    2020
    21 <screen><userinput>echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ~/.bashrc</userinput></screen>
     21<screen os="d"><userinput>echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    2222
    2323</sect1>
Note: See TracChangeset for help on using the changeset viewer.