Changeset ad31767e


Ignore:
Timestamp:
Apr 26, 2014, 10:17:47 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e7d6930, fba960c1
Parents:
5dcf5b3a
Message:

Text updates

Location:
BOOK/cross-tools
Files:
3 edited

Legend:

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

    r5dcf5b3a rad31767e  
    1616  <screen os="b"><userinput>export BUILD64="-m64"</userinput></screen>
    1717
    18   <para os="c">Lets add the build flags to <filename>~/.bashrc</filename> to
     18  <para os="c">Now add the build flags to <filename>~/.bashrc</filename> to
    1919    prevent issues if we stop and come back later.</para>
    2020
  • BOOK/cross-tools/multilib/flags.xml

    r5dcf5b3a rad31767e  
    1717export BUILD64="-m64"</userinput></screen>
    1818
    19   <para os="c">Let's add the build flags to <filename>~/.bashrc</filename> to
     19  <para os="c">Now add the build flags to <filename>~/.bashrc</filename> to
    2020  prevent issues if we stop and come back later:</para>
    2121
  • BOOK/cross-tools/x86_64/variables.xml

    r5dcf5b3a rad31767e  
    2727<screen os="d"><userinput>export CLFS_TARGET="x86_64-unknown-linux-gnu"</userinput></screen>
    2828
    29   <para os="m1">Now we will set our Target Triplet for 32 Bits:</para>
     29  <para os="m1">Now set the target triplet for 32 bits:</para>
    3030
    3131<screen os="m2"><userinput>export CLFS_TARGET32="i686-pc-linux-gnu"</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.