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/alpha/glibc-headers.xml

    r5a5e71f rc768003  
    4646    xpointer="xpointer(//*[@os='dd'])"/>
    4747
    48 <screen os="de"><userinput>echo "libc_cv_forced_unwind=yes" &gt; config.cache
    49 echo "libc_cv_c_cleanup=yes" &gt;&gt; config.cache
    50 echo "libc_cv_mlong_double_128=yes" &gt;&gt; config.cache
    51 echo "libc_cv_alpha_tls=yes" &gt;&gt; config.cache
    52 echo "libc_cv_gnu89_inline=yes" &gt;&gt; config.cache</userinput></screen>
     48<screen os="de"><userinput>cat &gt; config.cache &lt;&lt; "EOF"
     49libc_cv_forced_unwind=yes
     50libc_cv_c_cleanup=yes
     51libc_cv_mlong_double_128=yes
     52libc_cv_alpha_tls=yes
     53libc_cv_gnu99_inline=yes
     54EOF</userinput></screen>
    5355
    5456    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.