Ignore:
Timestamp:
Jan 18, 2009, 11:36:49 PM (16 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
533dabf
Parents:
5a5e71f
Message:

Changed all echos in glibc to cat. Fixed symbols

File:
1 edited

Legend:

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

    r5a5e71f rc768003  
    1212
    1313  <para os="a">We will need to setup target specific flags for the compiler
    14   and linkers.</para>
     14    and linkers.</para>
    1515
    16 <screen os="b"><userinput>export BUILD64="-m64"</userinput></screen>
     16  <screen os="b"><userinput>export BUILD64="-m64"</userinput></screen>
    1717
    1818  <para os="c">Lets add the build flags to <filename>~/.bashrc</filename> to
    19   prevent issues if we stop and come back later.</para>
     19    prevent issues if we stop and come back later.</para>
    2020
    21 <screen os="d"><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.