Ignore:
Timestamp:
Jan 18, 2009, 11:36:49 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:
533dabf
Parents:
5a5e71f
Message:

Changed all echos in glibc to cat. Fixed symbols

File:
1 edited

Legend:

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

    r5a5e71f rc768003  
    5555    xpointer="xpointer(//*[@os='dd'])"/>
    5656
    57 <screen os="de"><userinput>echo "libc_cv_forced_unwind=yes" &gt; config.cache
    58 echo "libc_cv_c_cleanup=yes" &gt;&gt; config.cache
    59 echo "libc_cv_ppc_machine=yes" &gt;&gt; config.cache
    60 echo "libc_cv_gnu89_inline=yes" &gt;&gt; config.cache</userinput></screen>
     57<screen os="de"><userinput>cat &gt; config.cache &lt;&lt; "EOF"
     58libc_cv_forced_unwind=yes
     59libc_cv_c_cleanup=yes
     60libc_cv_ppc_machine=yes
     61libc_cv_gnu99_inline=yes
     62EOF</userinput></screen>
    6163
    6264    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.