Changeset 5a5e71f


Ignore:
Timestamp:
Jan 18, 2009, 3:03:26 PM (15 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:
c768003
Parents:
1e16d91
Message:

Updated echo in glibc to use cat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/glibc.xml

    r1e16d91 r5a5e71f  
    5050    <filename>config.cache</filename> for Glibc to support NPTL:</para>
    5151
    52 <screen os="de"><userinput>echo "libc_cv_forced_unwind=yes" &gt; config.cache
    53 echo "libc_cv_c_cleanup=yes" &gt;&gt; config.cache
    54 echo "libc_cv_gnu89_inline=yes" &gt;&gt; config.cache</userinput></screen>
     52<screen os="de"><userinput>cat > config.cache << "EOF"
     53libc_cv_forced_unwind=yes
     54libc_cv_c_cleanup=yes
     55libc_cv_gnu99_inline=yes
     56EOF</userinput></screen>
    5557
    5658    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.